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

properly parse query string during native select query #1736

Closed
wants to merge 1 commit into from

Conversation

dhermanson
Copy link
Contributor

This fixes a bug in ReactiveNativeSelectQueryPlanImpl where the sql query string was not getting processed by its SQLQueryParser. Before adding this code, any select query which had {h-schema}, {h-domain}, or {h-catalog} in the query string would throw an invalid sql grammar exception.

@DavideD
Copy link
Member

DavideD commented Aug 30, 2023

Thanks!
Having a look at this and I've created an issue for it: #1737

@DavideD
Copy link
Member

DavideD commented Aug 30, 2023

The fix looks correct, but we need to update the tests to make the build work

@dhermanson
Copy link
Contributor Author

Thank you for the quick responses. Is there anything I can do to help fix the tests? This issue is currently blocking my team from upgrading hibernate-reactive from 1.x to 2.x.

@DavideD
Copy link
Member

DavideD commented Aug 31, 2023

Never mind, it seems it was a problem with CI.
I should be able to merge this today

@DavideD DavideD mentioned this pull request Aug 31, 2023
@DavideD
Copy link
Member

DavideD commented Aug 31, 2023

Superseded by #1737

Thanks!

@DavideD DavideD closed this Aug 31, 2023
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.

2 participants