Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 25, 2025

Backport #2012 (PR #2469)

The issue was fixed when we removed parameters processing (via #2468). 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 changed the base branch from main to 3.1 August 25, 2025 10:25
@DavideD DavideD added testing Improvements to test suite 3.1 labels Aug 25, 2025
@DavideD DavideD added this to the 3.1.3.Final milestone Aug 25, 2025
@DavideD DavideD linked an issue Aug 25, 2025 that may be closed by this pull request
@DavideD DavideD merged commit 1754f2e into hibernate:3.1 Aug 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.1 testing Improvements to test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question mark not escaped in a query (using PostgreSQL JSON data)
1 participant