-
Notifications
You must be signed in to change notification settings - Fork 1.5k
JPQL and EQL parser reject CAST
function
#3863
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
Comments
CAST
function
mp911de
added a commit
that referenced
this issue
May 9, 2025
We now define arithmetic, string, and typed cast functions to support all potential variants of casting supported by JPQL and EQL. Closes #3863
mp911de
added a commit
that referenced
this issue
May 9, 2025
We now define arithmetic, string, and typed cast functions to support all potential variants of casting supported by JPQL and EQL. Closes #3863
That's fixed now. |
mp911de
added a commit
that referenced
this issue
May 13, 2025
We now define arithmetic, string, and typed cast functions to support all potential variants of casting supported by JPQL and EQL. Closes #3863
mp911de
added a commit
that referenced
this issue
May 15, 2025
We now define arithmetic, string, and typed cast functions to support all potential variants of casting supported by JPQL and EQL. Closes #3863
mp911de
added a commit
that referenced
this issue
May 16, 2025
We now define arithmetic, string, and typed cast functions to support all potential variants of casting supported by JPQL and EQL. Closes #3863
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attached you will find a reproducer that implements a sample application with JPA Entity "Item" containing field "date" and corresponding repository ItemRepository.
The repository contains only one method with query select "select i from Item i where cast(i.date as date) <= cast(:currentDateTime as date)".
Running this app leads to error
'org.springframework.boot' version '3.4.5'
EQLParseError.zip
The text was updated successfully, but these errors were encountered: