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

Add QueryBuilder::resetOrderBy() #6190

Merged
merged 1 commit into from Oct 14, 2023

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Oct 13, 2023

Q A
Type feature
Fixed issues #6186

Summary

Based on the discussion in #6186, this adds QueryBuilder::resetOrderBy() to allow resetting the ORDER BY part of a query in 4.0, even after the removal of other API methods for accessing and resetting query parts.

@derrabus derrabus changed the title [3.8] Add QueryBuilder::resetOrderBy() Add QueryBuilder::resetOrderBy() Oct 14, 2023
@derrabus derrabus merged commit e8479d1 into doctrine:3.8.x Oct 14, 2023
84 checks passed
@mbabker mbabker deleted the 3.8-reset-query-order-by branch October 14, 2023 15:51
derrabus added a commit to derrabus/dbal that referenced this pull request Oct 15, 2023
* 3.8.x:
  Add `QueryBuilder::resetOrderBy()` (doctrine#6190)
  Enable establishing exclusive oci8 connections (doctrine#6182)
derrabus added a commit to derrabus/dbal that referenced this pull request Oct 15, 2023
* 3.8.x:
  Add `QueryBuilder::resetOrderBy()` (doctrine#6190)
  Enable establishing exclusive oci8 connections (doctrine#6182)
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.

None yet

2 participants