-
Notifications
You must be signed in to change notification settings - Fork 170
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 #2243
Comments
Hi @rfelcman / @lukasj , |
Hello,
NOTE: We don't have DB2 we should test it against MySQL, Derby, Oracle RDBMS and PostgreSQL (limited scope). |
Hi @rfelcman
DemographicInfo Model:
Test case :
|
In the attachment is my local test case which is passing against all specified DBs mentioned in the persistence.xml. I tried to call it multiple times without any error.
|
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 correct result
The text was updated successfully, but these errors were encountered: