-
Notifications
You must be signed in to change notification settings - Fork 1.5k
FetchableFluentQueryByPredicate.sortBy and FetachableFluentQueryByExample.sortBy use wrong object reference #2438
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
Labels
type: bug
A general bug
Comments
jonyschak
added a commit
to jonyschak/spring-data-jpa
that referenced
this issue
Feb 13, 2022
jonyschak
added a commit
to jonyschak/spring-data-jpa
that referenced
this issue
Feb 13, 2022
…tBy and FetchableFluentQueryByPredicate.sortBy Closes spring-projects#2438
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sortBy method in FetchableFluentQueryByPredicate and FetachableFluentQueryByExample calls sort.and(sort) rather than this.sort.and(sort).
This causes the sort to be duplicated and any previous sort to be lost.
The text was updated successfully, but these errors were encountered: