mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2817: EntityGenerator should add escape character ` for columns names. #3520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 25, 2013).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user shailesh:
DBMS keywords like 'when' can clash with column names. A tool like this should add column name as escaped in annotation for entities.
@doctrinebot commented on GitHub (Nov 25, 2013):
Comment created by @ocramius:
doctrine doesn't fix bad naming decisions... That can be handled via a naming strategy instead.
@doctrinebot commented on GitHub (Nov 25, 2013):
Issue was closed with resolution "Won't Fix"