Skip to content

[4.1] Remove parameter processing #2465

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 21, 2025

Fix #2464

We used it to replace parameter markers for queries because Vert.x doesn't support the JDBC syntax and our ownimplementation of ParameterMarkerStrategy was not enough in the past.

Now all tests pass even without processing the query.

We used it to replace parameter markers for queries because
Vert.x doesn't support the JDBC syntax and our own
implementation of `ParameterMarkerStrategy` was not enough
in the past.

Now all tests pass even without the processing the query.
@DavideD DavideD modified the milestones: 4.1.2.Final, 4.1.1.Final Aug 21, 2025
@DavideD DavideD added the 4.1 label Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove parameter processors
1 participant