-
Notifications
You must be signed in to change notification settings - Fork 176
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
Unable to omit optional entity identification variable from arguments to built-in aggregate functions #2192
Comments
I am looking in to this issue |
rfelcman
added a commit
to rfelcman/eclipselink
that referenced
this issue
Sep 4, 2024
JPQL SELECT not allowing entity attribute without optional entity identification variable eclipse-ee4j#2182 - bug fix (main + tests) Unable to omit optional entity identification variable from arguments to built-in aggregate functions eclipse-ee4j#2192 - bug fix (main + tests) Signed-off-by: Radek Felcman <[email protected]>
joe-chacko
pushed a commit
to joe-chacko/eclipselink
that referenced
this issue
Sep 5, 2024
JPQL SELECT not allowing entity attribute without optional entity identification variable eclipse-ee4j#2182 - bug fix (main + tests) Unable to omit optional entity identification variable from arguments to built-in aggregate functions eclipse-ee4j#2192 - bug fix (main + tests) Signed-off-by: Radek Felcman <[email protected]>
rfelcman
added a commit
to rfelcman/eclipselink
that referenced
this issue
Sep 9, 2024
JPQL SELECT not allowing entity attribute without optional entity identification variable eclipse-ee4j#2182 - bug fix (main + tests) Unable to omit optional entity identification variable from arguments to built-in aggregate functions eclipse-ee4j#2192 - bug fix (main + tests) Signed-off-by: Radek Felcman <[email protected]>
rfelcman
added a commit
to rfelcman/eclipselink
that referenced
this issue
Sep 9, 2024
…ipse-ee4j#2192 issues JPQL SELECT not allowing entity attribute without optional entity identification variable eclipse-ee4j#2182 - bug fix (main + tests) NullPointerException when JPQL UPDATE assignment operation omits optional identification variable eclipse-ee4j#2184 - bug fix (main + tests) Unable to omit optional entity identification variable from arguments to built-in aggregate functions eclipse-ee4j#2192 - bug fix (main + tests) Signed-off-by: Radek Felcman <[email protected]>
rfelcman
added a commit
to rfelcman/eclipselink
that referenced
this issue
Sep 10, 2024
…e-ee4j#2192, eclipse-ee4j#2247 issues JPQL SELECT not allowing entity attribute without optional entity identification variable eclipse-ee4j#2182 - bug fix (main + tests) NullPointerException when JPQL UPDATE assignment operation omits optional identification variable eclipse-ee4j#2184 - bug fix (main + tests) Unable to omit optional entity identification variable from arguments to built-in aggregate functions eclipse-ee4j#2192 - bug fix (main + tests) Arithmetic expressions in SELECT clause broken when entity identifier variable omitted eclipse-ee4j#2247 - bug fix (main + tests) Signed-off-by: Radek Felcman <[email protected]>
rfelcman
added a commit
that referenced
this issue
Sep 11, 2024
JPQL SELECT not allowing entity attribute without optional entity identification variable #2182 - bug fix (main + tests) NullPointerException when JPQL UPDATE assignment operation omits optional identification variable #2184 - bug fix (main + tests) Unable to omit optional entity identification variable from arguments to built-in aggregate functions #2192 - bug fix (main + tests) Arithmetic expressions in SELECT clause broken when entity identifier variable omitted #2247 - bug fix (main + tests) Signed-off-by: Radek Felcman <[email protected]>
Hello, You can verify fixes in the latest snapshots from 5.0.0-20240911.143118-65 or 5.0.0-B03 from the Maven Central. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to invoke aggregate functions in JPQL and supplying an argument that omits the optional entity identification variable, such as,
EclipseLink is rejecting the JPQL claiming there is a syntax error,
The text was updated successfully, but these errors were encountered: