[DBAL-80] Connection::_bindTypedValues() error when $types[0] is null Created: 01/Jan/11 Updated: 01/Jan/11 Resolved: 01/Jan/11 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | 2.0 |
| Fix Version/s: | 2.0.1, 2.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When $types[0] = null (default) then _bindTypedValues starts with the wrong offset and binds the wrong types against the wrong params. |
| Comments |
| Comment by Benjamin Eberlei [ 01/Jan/11 ] |
|
Fixed |