mirror of
https://github.com/doctrine/orm.git
synced 2026-04-24 06:58:19 +02:00
DDC-269: CLI throws Exception that table already exists if --dump-sql specified #337
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 (Jan 23, 2010).
Jira issue originally created by user shurakai:
If I execute
./doctrine orm:schema-tool --create --trace --dump-sql
I recieve an Exception stating that one of the tables already exists, but I only want to dump the SQL and not have it executed (in which case this exception would be okay)
@doctrinebot commented on GitHub (Jan 23, 2010):
@doctrinebot commented on GitHub (Jan 23, 2010):
Comment created by @beberlei:
Can you post the stack trace please?
@doctrinebot commented on GitHub (Jan 24, 2010):
Comment created by shurakai:
@doctrinebot commented on GitHub (Jan 25, 2010):
Comment created by @guilhermeblanco:
DDC-15 points to the same issue.
@doctrinebot commented on GitHub (Jan 25, 2010):
Comment created by @guilhermeblanco:
Closing this issue since it's duplicated with DDC-15.
@doctrinebot commented on GitHub (Jan 25, 2010):
Issue was closed with resolution "Fixed"