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

Support CTE in raw query method matching #3236

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

lkavan
Copy link
Contributor

@lkavan lkavan commented Nov 18, 2024

Adds support of CTE for raw query method matching by no longer relying on the start key word of the SQL query but by checking the query against patterns

Fixes #1944

@jakob-fiegerl
Copy link

Thanks for fixing @lkavan. Just faced this bug in our application

@dstepanov dstepanov merged commit 2050ffe into micronaut-projects:4.10.x Nov 20, 2024
48 checks passed
@dstepanov
Copy link
Contributor

Thanks @lkavan !

@radovanradic radovanradic added the type: bug Something isn't working label Nov 20, 2024
@lkavan lkavan deleted the patch-3 branch November 20, 2024 11:58
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
None yet
Development

Successfully merging this pull request may close these issues.

Micronaut incorrectly detects type of update
4 participants