-
Notifications
You must be signed in to change notification settings - Fork 604
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
Comments
Raised Eclipselink issue here : eclipse-ee4j/eclipselink#2243 |
I was asked to verify this is fixed in the latest code from integration which brings in beta 7 of EclipseLink. Here is an example, Finds the data:
Does not find it:
Here is another example for a different query, Finds the data:
Does not find it:
|
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: