-
Notifications
You must be signed in to change notification settings - Fork 602
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
NullPointerException when JPQL UPDATE assignment operation omits optional identification variable #28908
Labels
Comments
38 tasks
See EclipseLink Issue : 2184 |
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Jul 19, 2024
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Jul 23, 2024
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Jul 24, 2024
@KyleAure - What is the positive scenario with Entity Identification Variable?
|
|
Riva-Tholoor-Philip
pushed a commit
to Riva-Tholoor-Philip/open-liberty
that referenced
this issue
Aug 23, 2024
njr-11
added a commit
to njr-11/open-liberty
that referenced
this issue
Sep 17, 2024
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The JPQL UPDATE query
UPDATE Person SET firstName=:newFirstName WHERE id(this)=:ssn
which optionally omits the entity identification variable (for consistency with JDQL) gets NullPointerException out of EclipseLink.The text was updated successfully, but these errors were encountered: