Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix delete command for postgres #61

Merged
merged 1 commit into from
May 7, 2024

Conversation

Gemorroj
Copy link
Contributor

@Gemorroj Gemorroj commented Mar 8, 2024

Error thrown while running command "shapecode:cron:scan --no-interaction --ansi". Message: "An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: "app:test" CONTEXT:  unnamed portal parameter $2 = '...'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 7): An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"app:test\"\nCONTEXT:  unnamed portal parameter $2 = '...' at /var/www/xxx/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 7): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"app:test\"\nCONTEXT:  unnamed portal parameter $2 = '...' at /var/www/xxx/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"app:test\"\nCONTEXT:  unnamed portal parameter $2 = '...' at /var/www/xxx/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:130)","command":"shapecode:cron:scan --no-interaction --ansi","message":"An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: \"app:test\"\nCONTEXT:  unnamed portal parameter $2 = '...'"} []

…eraction --ansi". Message: "An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: "app:test" CONTEXT: unnamed portal parameter $2 = '...'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 7): An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: \"app:test\"\nCONTEXT: unnamed portal parameter $2 = '...' at /var/www/saas-shipping-backend/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 7): SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: \"app:test\"\nCONTEXT: unnamed portal parameter $2 = '...' at /var/www/saas-shipping-backend/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 22P02): SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: \"app:test\"\nCONTEXT: unnamed portal parameter $2 = '...' at /var/www/saas-shipping-backend/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:130)","command":"shapecode:cron:scan --no-interaction --ansi","message":"An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: \"app:test\"\nCONTEXT: unnamed portal parameter $2 = '...'"} []
@nicklog nicklog merged commit 19d52f4 into shapecode:master May 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants