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

Enhance "RETURNING" clause method matching #3227

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

lkavan
Copy link
Contributor

@lkavan lkavan commented Nov 14, 2024

This PR fixes an issue where a RETURNING clause was not recognized. When using a text-block to write the explicit query and using a line-break directly before the RETURNING clause, the wrong Interceptor was used in the end when executing the query.

@graemerocher graemerocher added the type: bug Something isn't working label Nov 14, 2024
@graemerocher graemerocher merged commit 22713cd into micronaut-projects:4.10.x Nov 14, 2024
48 checks passed
@graemerocher
Copy link
Contributor

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants