-
Notifications
You must be signed in to change notification settings - Fork 1.5k
SortBy stop working on Spring boot 2.5.13 #2537
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
Milestone
Comments
This sounds like a duplicate of #2496 |
gregturn
added a commit
that referenced
this issue
May 19, 2022
gregturn
added a commit
that referenced
this issue
May 19, 2022
gregturn
added a commit
that referenced
this issue
May 19, 2022
gregturn
added a commit
that referenced
this issue
May 19, 2022
gregturn
added a commit
that referenced
this issue
May 19, 2022
gregturn
added a commit
that referenced
this issue
May 19, 2022
Backported to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
On 2.5.12 spring boot it works but in 2.5.13 not working
In my case if i have
and in repository
I get an error:
Invalid path: 'dr.inserted' [select r From com.algoritmusistemos.media.app.entity.DataRecord r where ( r.adusrId = :userId or EXISTS( select 1 FROM com.algoritmusistemos.media.app.entity.DataRecordDvsRight dr WHERE dr.adusrId = :userId AND dr.dataRecord = r ) ) order by dr.inserted desc]
The text was updated successfully, but these errors were encountered: