[PR #9903] schema tool: remove useless text from --dump-sql output #11965

Closed
opened 2026-01-22 16:12:28 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/9903

State: closed
Merged: Yes


the description and semantics of the --dump-sql switch
indicate an sql dump. without that useless line

The following SQL statements will be executed:

the output can actually be used to generate a plain
dump.sql file that can be fed into sql command-
consuming programs.

resolves #8263.
resolves #7186.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9903 **State:** closed **Merged:** Yes --- the description and semantics of the `--dump-sql` switch indicate an sql dump. without that useless line The following SQL statements will be executed: the output can actually be used to generate a plain dump.sql file that can be fed into sql command- consuming programs. resolves #8263. resolves #7186.
admin added the pull-request label 2026-01-22 16:12:28 +01:00
admin closed this issue 2026-01-22 16:12:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11965