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

Improve r2dbc statement sanitization #11379

Closed
trask opened this issue May 16, 2024 · 0 comments · Fixed by #11388
Closed

Improve r2dbc statement sanitization #11379

trask opened this issue May 16, 2024 · 0 comments · Fixed by #11388

Comments

@trask
Copy link
Member

trask commented May 16, 2024

Currently, r2dbc placeholders $1, $2, ... are themselves sanitized, e.g. select * from test where id = $1 is sanitized to:

it would be better to preserve the placeholders if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant