Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 25, 2025

Closes #2012

The issue was fixed when we removed parameters processing (via #2465). We just need to add the test case.

Now it's possible to escape the ? in native queries with \\? (instead of \\\\\\?).

The issue was actually fixed when we removed parameters processing (see hibernate#2464). Now the `?` operator can be escaped with `\\?` (instead of `\\\\\\?`).
@DavideD DavideD added this to the 4.1.1.Final milestone Aug 25, 2025
@DavideD DavideD added bug Something isn't working 4.1 labels Aug 25, 2025
@DavideD DavideD added testing Improvements to test suite and removed bug Something isn't working labels Aug 25, 2025
@DavideD DavideD merged commit 4e6abdb into hibernate:main Aug 25, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.1 testing Improvements to test suite

1 participant