-
Notifications
You must be signed in to change notification settings - Fork 1.5k
DATAJPA-1061 - Fix Sorting doesn't work for field alias. #276
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
Conversation
Extract field aliases in QueryUtils and add them in the set of possible sort criterias
@GregoireDruant Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@GregoireDruant Thank you for signing the Contributor License Agreement! |
@dsyer is it possible review this PR? I have this problem. |
What is the status of this PR? When can it be merged? |
Extract field aliases in QueryUtils and add them in the set of possible sort criteria. Original pull request: #276.
Tweaked the formatting and the naming of variables. Original pull request: #276.
Extract field aliases in QueryUtils and add them in the set of possible sort criteria. Original pull request: #276.
Tweaked the formatting and the naming of variables. Original pull request: #276.
Extract field aliases in QueryUtils and add them in the set of possible sort criteria. Original pull request: #276.
Tweaked the formatting and the naming of variables. Original pull request: #276.
This is polished, rebased onto master and backported. Thanks for the patience. |
Extract field aliases in QueryUtils and add them in the set of possible sort criteria. Original pull request: spring-projects#276.
Tweaked the formatting and the naming of variables. Original pull request: spring-projects#276.
Extract field aliases in QueryUtils and add them in the set of possible sort criterias, to enable the possibility to sort query results based on fields' aliases.