mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1765: SchemaTool Commands should accept both --force and --dump-sql #2218
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 4, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user rdohms:
When running SchemaTool for schema operations you can get either a --dump-sql or make the changes using --force
When you run with --force you get a generic "1 query executed" response, there should be a way to execute it receiving feedback of the queries and making the changes.
This is good for example for my automated test env builder, as the return of this command would be logged. But i see no reason why the script can't take both options.
@doctrinebot commented on GitHub (Nov 17, 2012):
Comment created by nemek_zg:
Proposed fix: https://github.com/doctrine/doctrine2/pull/517
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius can be closed as it was merged 👍