[PR #8857] [Failing test]: Using a filter on the joined root entity results in a syntax error #11209

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

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

State: closed
Merged: No


Joining a class hierarchy with no "with" condition while using a filter on the root of the hierarchy results in a syntax error as the "ON conidtion" from the filter is placed immediately after the "ON condition" from the last join from the hierarchy, but the joined hierarchy is not placed in brackets.

**Original Pull Request:** https://github.com/doctrine/orm/pull/8857 **State:** closed **Merged:** No --- Joining a class hierarchy with no "with" condition while using a filter on the root of the hierarchy results in a syntax error as the "ON conidtion" from the filter is placed immediately after the "ON condition" from the last join from the hierarchy, but the joined hierarchy is not placed in brackets.
admin added the pull-request label 2026-01-22 16:10:03 +01:00
admin closed this issue 2026-01-22 16:10:03 +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#11209