mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1755: Commands for updating / dropping schema don't work as excpected when there are quoted table names defined. #2205
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 (Apr 3, 2012).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user itako:
fragment of schema definition in Symfony2
{quote}
/****
character")*/
class Character
{quote}
Symfony command "doctrine:schema:drop" doesn't drop the "character" table, and "doctrine:schema:update" raises an error
{quote}
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL serv
version for the right syntax to use near 'character
{quote}
@doctrinebot commented on GitHub (Jul 8, 2012):
Comment created by @beberlei:
This was fixed in 2.2. It was not backported, because the changes were quite big.
@doctrinebot commented on GitHub (Jul 8, 2012):
Issue was closed with resolution "Duplicate"