Ticket #1266 (closed defect: fixed)
Table Export with Mssql never produces a NULL column
| Reported by: | temp | Owned by: | jwage |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Schema Files | Version: | 0.11.0 |
| Severity: | Keywords: | mssql | |
| Cc: | Has Test: | no | |
| Status: | Pending Core Response | Has Patch: | no |
Description
Version 0.11.1
When exporting a table definition with mssql, a column that has no "notnull" attribute results in a table with NOT NULL. I had to change line 703 in getDeclaration() in Doctrine/Export.php to an explicit [...] ? ' NOT NULL' : ' NULL'; to allow null values.
Change History
Note: See
TracTickets for help on using
tickets.