Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ORM
-
Security Level: All
-
Labels:None
Description
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.
Proposed fix: https://github.com/doctrine/doctrine2/pull/517