doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.86k stars 2.5k forks source link

Fix matching lazy collections with enums criteria #11516

Open kira0269 opened 1 week ago

kira0269 commented 1 week ago

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 !

derrabus commented 1 week ago

Please find a meaningful title for your PR. We use the titles in our automatically composed change log.