[DBAL-446] Type json_array can't be null Created: 13/Feb/13 Updated: 01/Apr/13 Resolved: 01/Apr/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.3.3 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Hruban | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Column type json_array can be set to nullable, but if there's null in the database, it is returned as an empty array to PHP. Null should be returned instead, as that's how the other types behave too. |
| Comments |
| Comment by Benjamin Eberlei [ 01/Apr/13 ] |
|
This was fixed in 2.3.3 |