doctrine / orm

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

[DDC-551] fix, add filter support in oneToOne relation 2.20.x #11707

Open jorenMartens opened 2 weeks ago

jorenMartens commented 2 weeks ago

Filters weren't applied for oneToOne relations 3.3.x PR -> https://github.com/doctrine/orm/pull/11708

https://github.com/doctrine/orm/pull/5664 can also be closed when this is merged Maybe fixes https://github.com/doctrine/orm/issues/6343 (did not test)