DDC-2038: [GH-451] Adding multiple identical joins via query builder should produce a valid DQL #2571

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

Originally created by @doctrinebot on GitHub (Sep 21, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

This issue is created automatically through a Github pull request on behalf of mvrhov:

Url: https://github.com/doctrine/doctrine2/pull/451

Message:

Rationale:
I'm building a webservice where the client can specify a simple filter on the field of the 1:n table.
Without this patch I have to keep a state of which joins I have added to the DQL, which doesn't make any sense as IMHO the DQL builder is meant just for the kind of usage I do.

Originally created by @doctrinebot on GitHub (Sep 21, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: This issue is created automatically through a Github pull request on behalf of mvrhov: Url: https://github.com/doctrine/doctrine2/pull/451 Message: Rationale: I'm building a webservice where the client can specify a simple filter on the field of the 1:n table. Without this patch I have to keep a state of which joins I have added to the DQL, which doesn't make any sense as IMHO the DQL builder is meant just for the kind of usage I do.
admin added the Bug label 2026-01-22 13:57:17 +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#2571