[DBAL-44] nullable is not working for all datatypes Created: 30/Aug/10 Updated: 30/Aug/10 Resolved: 30/Aug/10 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0-BETA3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Freudenberger | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
The nullable=true annotation is ignored from at least following Types:
|
| Comments |
| Comment by Roman S. Borschel [ 30/Aug/10 ] |
|
This looks like it has been fixed for a while already. See: http://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Types/SmallIntType.php |
| Comment by Daniel Freudenberger [ 30/Aug/10 ] |
|
I'll take a look at the master next time before submitting a bug report. Anyway I think it would be better to not fix bugs without an existing ticket for the fixed bug |
| Comment by Daniel Freudenberger [ 30/Aug/10 ] |
|
has already been fixed |