Skip to content
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

Open
KyleAure opened this issue Aug 19, 2024 · 1 comment
Labels
bug This bug is not present in a released version of Open Liberty in:JPA team:Blizzard

Comments

@KyleAure
Copy link
Member

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:

  1. The first time the query is executed an empty result list will be returned, all subsequent executions of this query will return the correct result
  2. The first time the query is executed the correct result will be returned, all subsequent executions of this query will return an empty result list.
@KyleAure KyleAure added bug This bug is not present in a released version of Open Liberty in:JPA team:Blizzard labels Aug 19, 2024
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
@ajaypaul-ibm
Copy link
Contributor

Raised Eclipselink issue here : eclipse-ee4j/eclipselink#2243

KyleAure added a commit to KyleAure/open-liberty that referenced this issue Nov 13, 2024
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
bug This bug is not present in a released version of Open Liberty in:JPA team:Blizzard
Projects
None yet
Development

No branches or pull requests

2 participants