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

Issue #2339 - JPQL query for all entities in descending order returns no results on Oracle #2363

Merged
merged 3 commits into from
Feb 10, 2025

Conversation

Tomas-Kraus
Copy link
Member

Fixed printSQLSelectStatement in Oracle Platform. It was not working properly when projection expression was present in the query (e.g. SELECT e.id from Entity e instead of SELECT e from Entity e).
Added simple test to verify test-case from the bug.

…rder returns no results on Oracle

Signed-off-by: Tomáš Kraus <[email protected]>
Signed-off-by: Tomáš Kraus <[email protected]>
Copy link
Contributor

@rfelcman rfelcman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rfelcman rfelcman merged commit 38c21c8 into eclipse-ee4j:master Feb 10, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JPQL query for all entities in descending order returns no results on Oracle
2 participants