[PR #698] Fix for [DDC-2506] CTI JOINs and WITH conditionals #8580

Open
opened 2026-01-22 16:00:37 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: No


http://www.doctrine-project.org/jira/browse/DDC-2506

Moved SqlWalker::walkConditionalExpression() out of walkJoin() and into walkJoinAssociationDeclaration() after the base class JOIN but before _generateClassTableInheritanceJoins() thus fixing WITH conditions in Class Table Inheritance JOINs.

**Original Pull Request:** https://github.com/doctrine/orm/pull/698 **State:** closed **Merged:** No --- http://www.doctrine-project.org/jira/browse/DDC-2506 Moved `SqlWalker::walkConditionalExpression()` out of `walkJoin()` and into `walkJoinAssociationDeclaration()` after the base class JOIN but **before** `_generateClassTableInheritanceJoins()` thus fixing WITH conditions in _Class Table Inheritance_ JOINs.
admin added the pull-request label 2026-01-22 16:00:37 +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#8580