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

Bugfix: respect orderBy for fetch EAGER mode #11422

Closed tomasz-ryba closed 2 months ago

tomasz-ryba commented 2 months ago

Fetch EAGER ignores orderBy as of changes introduced with #8391

Fixes #11163 Fixes duplicated #11381

greg0ire commented 2 months ago

Thanks @tomasz-ryba !