[PR #9679] Drop SymfonyStyle[listing] for sqls #11794

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

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

State: closed
Merged: Yes


This was super annoying as UpdateCommand printed sqls prefixed with * so it was not possible to copy statements anymore without manually removing those asterisks.

This removes prefixing sqls and makes it consistent with Create and Drop commands.

Also, semicolons at the end were missing.

image
image

**Original Pull Request:** https://github.com/doctrine/orm/pull/9679 **State:** closed **Merged:** Yes --- This was super annoying as UpdateCommand printed sqls prefixed with `*` so it was not possible to copy statements anymore without manually removing those asterisks. This removes prefixing sqls and makes it consistent with Create and Drop commands. Also, semicolons at the end were missing. ![image](https://user-images.githubusercontent.com/327717/165111232-0a575959-ca9f-4839-a7e9-bddfa0e8ea8f.png) <img width="189" alt="image" src="https://user-images.githubusercontent.com/327717/165114449-4c9cd889-93fd-44f7-8a15-5c4137fa68d9.png">
admin added the pull-request label 2026-01-22 16:11:55 +01:00
admin closed this issue 2026-01-22 16:11:56 +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#11794