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

Allow to disable "DISTINCT" in LimitSubqueryWalker #10970

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

goetas
Copy link
Member

@goetas goetas commented Oct 7, 2023

Closes #10553

Im not sure what is the correct branch to target.. 2.16 or 2.17...

@greg0ire
Copy link
Member

greg0ire commented Oct 7, 2023

Hi @goetas ! You should target 2.17, this is a new feature, right?

@goetas
Copy link
Member Author

goetas commented Oct 7, 2023

Thanks for the review, all suggestions make sense, will address them tomorrow

@goetas goetas changed the base branch from 2.16.x to 2.17.x October 8, 2023 18:38
@goetas goetas force-pushed the distinct-limit branch 2 times, most recently from 83c024d to 54c38f3 Compare October 8, 2023 18:55
@goetas goetas requested a review from greg0ire October 8, 2023 18:56
beberlei
beberlei previously approved these changes Oct 9, 2023
lib/Doctrine/ORM/Tools/Pagination/LimitSubqueryWalker.php Outdated Show resolved Hide resolved
@goetas
Copy link
Member Author

goetas commented Oct 9, 2023

suggestions applied

@derrabus derrabus requested a review from greg0ire October 9, 2023 14:29
@derrabus derrabus added this to the 2.17.0 milestone Oct 9, 2023
@derrabus derrabus requested a review from beberlei October 9, 2023 14:29
@greg0ire greg0ire merged commit 9c2e49a into doctrine:2.17.x Oct 9, 2023
42 checks passed
@greg0ire
Copy link
Member

greg0ire commented Oct 9, 2023

Thanks @goetas !

@goetas
Copy link
Member Author

goetas commented Oct 9, 2023

🎉

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

Successfully merging this pull request may close these issues.

LimitSubqueryWalker performance issue with DISTINCT
4 participants