[DBAL-160] Github-PR-51 by jheth: OCI8Statement doesn't support first query parameter being null Created: 30/Aug/11 Updated: 30/Aug/11 Resolved: 30/Aug/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.3 |
| Security Level: | All |
| Type: | Improvement | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of jheth: Url: https://github.com/doctrine/dbal/pull/51 Message: Patch for OCI8Statement to support param[0] being null. Switched isset to array_key_exists. Added test that demonstrates the bug and confirms the fix. |