[PR #6374] Add failing test case DDC726 #5238 #9954

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

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

State: closed
Merged: No


In order to fix this, and as I'm not really familiar with the Query AST/Parser code, I have some questions:

  • Is there already an ASTExpression we can use to match (foo, bar)?
  • The path for Where being ConditionalExpression => ConditionalTerm => ConditionalFactor => ConditionalPrimary => ConditionalExpression, I think that the fix should be here. Or should it be upper in the chain?

@guilhermeblanco (you were assigned on #5238), did you already look into this? Could you share your thoughts on the subject?

Thanks.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6374 **State:** closed **Merged:** No --- In order to fix this, and as I'm not really familiar with the Query AST/Parser code, I have some questions: - Is there already an ASTExpression we can use to match `(foo, bar)`? - The path for Where being ConditionalExpression => ConditionalTerm => ConditionalFactor => ConditionalPrimary => ConditionalExpression, I think that the fix should be [here](https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Query/Parser.php#L2497). Or should it be upper in the chain? @guilhermeblanco (you were assigned on #5238), did you already look into this? Could you share your thoughts on the subject? Thanks.
admin added the pull-request label 2026-01-22 16:05:57 +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#9954