-
Notifications
You must be signed in to change notification settings - Fork 597
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
JPQL SELECT query returns incorrect results when running back to back on DB2 #29443
Labels
Comments
KyleAure
added
bug
This bug is not present in a released version of Open Liberty
in:JPA
team:Blizzard
labels
Aug 19, 2024
32 tasks
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Aug 19, 2024
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Aug 19, 2024
Raised Eclipselink issue here : eclipse-ee4j/eclipselink#2243 |
3 tasks
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Nov 13, 2024
3 tasks
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Nov 14, 2024
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Nov 18, 2024
joe-chacko
pushed a commit
to joe-chacko/open-liberty
that referenced
this issue
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
EclipseLink is returning an empty result list intermittently when running on DB2.
For example, the JPQL Query:
SELECT this.numFullTimeWorkers FROM DemographicInfo WHERE this.collectedOn=:when
When executed on DB2 this query will have one of the two behaviors:
The text was updated successfully, but these errors were encountered: