Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: respect orderBy for fetch EAGER mode #11422

Merged
merged 1 commit into from Apr 24, 2024

Conversation

tomasz-ryba
Copy link

Fetch EAGER ignores orderBy as of changes introduced with #8391

Fixes #11163
Fixes duplicated #11381

@tomasz-ryba tomasz-ryba changed the title Bugfix: respect orderBy for fetch EAGER mode (#11163) Bugfix: respect orderBy for fetch EAGER mode Apr 23, 2024
@tomasz-ryba tomasz-ryba force-pushed the bugfix/fetch-eager-order-by branch 2 times, most recently from bce3d99 to 5e5af21 Compare April 24, 2024 12:31
@greg0ire greg0ire added the Bug label Apr 24, 2024
EAGER fetch mode ignores orderBy as of changes introduced with doctrine#8391

Fixes doctrine#11163
Fixes doctrine#11381
@greg0ire greg0ire merged commit 306963f into doctrine:2.19.x Apr 24, 2024
56 checks passed
@greg0ire greg0ire added this to the 2.19.5 milestone Apr 24, 2024
@greg0ire
Copy link
Member

Thanks @tomasz-ryba !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore orderBy in UOW eagerLoadCollections() method orderBy not being respected
4 participants