mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Schema tool does not dump correct sql after upgrade from 2.11 to 2.12 #6972
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 @jaroslavlibal on GitHub (Apr 27, 2022).
BC Break Report
Summary
The new "listing" mode for SQL statements dumping removes semicolons at the end of the statements and adds an asterisk prefix to each line.
https://github.com/doctrine/orm/pull/9019/files#diff-7579891fde50fb7e38d285004486c0210492efdbdc00815a978e053ff3cb0017R93
This new type of output significantly complicates the possibility of copying SQL statements.
Previous behavior
Current behavior
@derrabus commented on GitHub (Apr 27, 2022):
See #9679