laminas / laminas-db

Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
https://docs.laminas.dev/laminas-db/
BSD 3-Clause "New" or "Revised" License
122 stars 69 forks source link

Fix issues with invalid parameter counts #185

Closed weierophinney closed 3 years ago

weierophinney commented 3 years ago

This patch updates #160 to run against the 2.12.x branch (author has locked their fork, preventing pushing the rebase directly to their branch), resolving #47.

Fixes #47 Closes #160