[DBAL-386] [GH-229] Fixed SQL Server Platform NULL declaration Created: 21/Nov/12 Updated: 25/Nov/12 Resolved: 25/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Invalid | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Lusitanian: Url: https://github.com/doctrine/dbal/pull/229 Message: In SQL Server, 'DEFAULT NULL' is invalid for allowing a column to be null – the 'NULL' keyword is the only required indicator of nullability. |
| Comments |
| Comment by Benjamin Eberlei [ 21/Nov/12 ] |
|
A related Github Pull-Request [GH-229] was closed |