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

Deprecate order() methods on Query, ExpressionList - migrate to orderBy() #3096

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Jun 1, 2023

…By()

Unfortunately we have order() and orderBy() methods which do the same thing. I have decided to deprecate the order() ones in favour of the orderBy() methods so that ultimately we will end up with less methods and I think orderBy() is the correct choice.

Apologies for the migration pain here.

…By()

Unfortunately we have order() and orderBy() methods which do the
same thing. I have decided to deprecate the order() ones in
favour of the orderBy() methods so that ultimately we will end
up with less methods and I think orderBy() is the correct choice.

Apologies for the migration pain here.
@rbygrave rbygrave added this to the 13.19.0 milestone Jun 1, 2023
@rbygrave rbygrave self-assigned this Jun 1, 2023
@rbygrave rbygrave changed the title Deprecate order() methods on Query, ExpressionList - migrate to order… Deprecate order() methods on Query, ExpressionList - migrate to orderBy() Jun 1, 2023
@rbygrave rbygrave merged commit f409ea2 into master Jun 1, 2023
2 checks passed
@rbygrave rbygrave deleted the deprecated/BeanFinder-server branch June 1, 2023 09:22
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

1 participant