[PR #12012] Revert "add capability to use allfields sql notation" #13405

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

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

State: closed
Merged: Yes


This reverts commit 12c721f528.

This feature introduces several issues:

  • It adds alias.*, which is a first, for instance you cannot do SELECT u.* FROM User u
  • If introduces coupling between property order in mapping fields and the result.
**Original Pull Request:** https://github.com/doctrine/orm/pull/12012 **State:** closed **Merged:** Yes --- This reverts commit 12c721f52846282d6a8c8a87d0dd16fcd4287f1d. This feature introduces several issues: - It adds `alias.*`, which is a first, for instance you cannot do `SELECT u.* FROM User u` - If introduces coupling between property order in mapping fields and the result.
admin added the pull-request label 2026-01-22 16:17:02 +01:00
admin closed this issue 2026-01-22 16:17:02 +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#13405