DDC-507: Schema tool --dump-sql (and others) are broken #633

Closed
opened 2026-01-22 12:45:12 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Apr 10, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @hobodave:

Since the refactoring of the CLI to the Symfony foo, --dump-sql seems to be ignored. Neither of the following work, the tool does not dump, it executes against the database:

./scripts/doctrine orm:schema-tool:create library/Sentact/Entity/ --dump-sql
./scripts/doctrine orm:schema-tool:create --dump-sql  library/Sentact/Entity/
Originally created by @doctrinebot on GitHub (Apr 10, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @hobodave: Since the refactoring of the CLI to the Symfony foo, --dump-sql seems to be ignored. Neither of the following work, the tool does not dump, it executes against the database: ``` ./scripts/doctrine orm:schema-tool:create library/Sentact/Entity/ --dump-sql ./scripts/doctrine orm:schema-tool:create --dump-sql library/Sentact/Entity/ ```
admin added the Bug label 2026-01-22 12:45:12 +01:00
admin closed this issue 2026-01-22 12:45:12 +01:00
Author
Owner

@doctrinebot commented on GitHub (Apr 10, 2010):

Comment created by @beberlei:

Fixed, docs on how to use the new CLI syntax are here: http://github.com/doctrine/orm-documentation/blob/master/manual/en/tools.txt

@doctrinebot commented on GitHub (Apr 10, 2010): Comment created by @beberlei: Fixed, docs on how to use the new CLI syntax are here: http://github.com/doctrine/orm-documentation/blob/master/manual/en/tools.txt
Author
Owner

@doctrinebot commented on GitHub (Apr 10, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Apr 10, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#633