[DBAL-209] fetchAll should include $types array for executeQuery Created: 25/Jan/12 Updated: 29/Dec/12 |
|
| Status: | Open |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | 2.2.0-RC3 |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Jamie Taniguchi | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The fetchAll function should include a $types parameter since it is utilizing executeQuery. |
| Comments |
| Comment by Paweł Nowak [ 29/Dec/12 ] |
|
A proposed fix is available with the following pull request: https://github.com/doctrine/dbal/pull/240 |