[DBAL-452] range is a reserved word in several platforms Created: 21/Feb/13 Updated: 15/Mar/13 Resolved: 14/Mar/13 |
|
| Status: | Resolved |
| Project: | Doctrine DBAL |
| Component/s: | Platforms |
| Affects Version/s: | 2.3.3 |
| Fix Version/s: | 2.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Michael Cummings | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux 64bit |
||
| Description |
|
'range' is a reserved word for MySQL, Oracle, and on future reserved list for SQL Server as well so should really be added for escaping. Working on a new project using Doctrine accessing an external API which used it as a field and got an error when running orm:schema-tool:create on my entity with MySQL. |
| Comments |
| Comment by Benjamin Eberlei [ 14/Mar/13 ] |
|
Added for MySQL and Oracle. Didn't find data on when its added to SQL Server. |
| Comment by Michael Cummings [ 15/Mar/13 ] |
|
http://msdn.microsoft.com/en-us/library/ms189822.aspx under Future Keywords |