Issue Details (XML | Word | Printable)

Key: DBAL-44
Type: Bug Bug
Status: Resolved Resolved
Resolution: Invalid
Priority: Critical Critical
Assignee: Benjamin Eberlei
Reporter: Daniel Freudenberger
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Doctrine DBAL

nullable is not working for all datatypes

Created: 30/Aug/10 04:37 AM   Updated: 30/Aug/10 05:22 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.0.0-BETA3

File Attachments: 1. Text File nullable.patch (0.8 kB)



 Description  « Hide
The nullable=true annotation is ignored from at least following Types:
  • SmallIntType
  • DecimalType
  • BooleanType (not sure if nullable makes sense here)


 All   Comments   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order

Daniel Freudenberger added a comment - 30/Aug/10 05:20 AM - edited
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

Daniel Freudenberger added a comment - 30/Aug/10 05:22 AM
has already been fixed