[PR #9617] Allow multiple criterias on the same property. #11751

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

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

State: closed
Merged: No


When adding multiple criteria referencing the same field,
the query builder returnes an error.
The fix is passing existing parameters from previous parameters
to every new insteance of QueryExpressionVisitor.
Fixes #8702

**Original Pull Request:** https://github.com/doctrine/orm/pull/9617 **State:** closed **Merged:** No --- When adding multiple criteria referencing the same field, the query builder returnes an error. The fix is passing existing parameters from previous parameters to every new insteance of QueryExpressionVisitor. Fixes [#8702](https://github.com/doctrine/orm/issues/8702)
admin added the pull-request label 2026-01-22 16:11:48 +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#11751