[PR #7624] Fixes #7623 : SqlWalker discriminator column condition optimization #10580

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

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

State: closed
Merged: No


when you select a class that is on the top of the hierarchy, there is no need to add a where "filtering" on ALL the subclasses: just do not do any filter
This fixes #7623

**Original Pull Request:** https://github.com/doctrine/orm/pull/7624 **State:** closed **Merged:** No --- when you select a class that is on the top of the hierarchy, there is no need to add a where "filtering" on ALL the subclasses: just do not do any filter This fixes #7623
admin added the pull-request label 2026-01-22 16:08:01 +01:00
admin closed this issue 2026-01-22 16:08:01 +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#10580