[PR #11516] Fix matching lazy collections with enums criteria #13076

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

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

State: closed
Merged: No


Fix issue #11481

I identified some duplicated code between the BasicEntityPersister and the ManyToManyPersister, like the method expandCriteriaParameters.
Because I don't want to create side effects, I just factorized two methods : getValues and getIndividualValue into a trait.

Thanks for your review !

**Original Pull Request:** https://github.com/doctrine/orm/pull/11516 **State:** closed **Merged:** No --- Fix issue #11481 I identified some duplicated code between the `BasicEntityPersister` and the `ManyToManyPersister`, like the method `expandCriteriaParameters`. Because I don't want to create side effects, I just factorized two methods : `getValues` and `getIndividualValue` into a trait. Thanks for your review !
admin added the pull-request label 2026-01-22 16:16:06 +01:00
admin closed this issue 2026-01-22 16:16:06 +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#13076