Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

db2_execute call fails if parameterContainer returns empty array #328

Open
crimsonkissaki opened this issue Jul 19, 2018 · 1 comment
Open

Comments

@crimsonkissaki
Copy link

$response = db2_execute($this->resource, $this->parameterContainer->getPositionalArray());

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.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at laminas/laminas-db#28.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants