We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/zendframework/zend-db/blob/58271ef881bb310b0c029d1cfd17d8c35d4aa915/src/Adapter/Driver/IbmDb2/Statement.php#L236
db2_execute() will fail with error "db2_execute(): Param count incorrect" when an empty array is provided as the 2nd argument.
This makes calling DB2 stored procedures impossible, among other things.
Originally posted by @crimsonkissaki at zendframework/zend-db#328
The text was updated successfully, but these errors were encountered:
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself If you are looking for an actively maintained package alternative, we recommend: doctrine/dbal
This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself
If you are looking for an actively maintained package alternative, we recommend:
Sorry, something went wrong.
No branches or pull requests
https://github.com/zendframework/zend-db/blob/58271ef881bb310b0c029d1cfd17d8c35d4aa915/src/Adapter/Driver/IbmDb2/Statement.php#L236
db2_execute() will fail with error "db2_execute(): Param count incorrect" when an empty array is provided as the 2nd argument.
This makes calling DB2 stored procedures impossible, among other things.
Originally posted by @crimsonkissaki at zendframework/zend-db#328
The text was updated successfully, but these errors were encountered: