Skip to content

[jdbc-v2] Enhance the escape syntax parser to be more robust #2278

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

Closed
Paultagoras opened this issue Apr 3, 2025 · 1 comment
Closed

[jdbc-v2] Enhance the escape syntax parser to be more robust #2278

Paultagoras opened this issue Apr 3, 2025 · 1 comment

Comments

@Paultagoras
Copy link
Contributor

Paultagoras commented Apr 3, 2025

We should be strict about how we parse the tokens

For instance, we don't escape the fields within `` properly so that we ignore them later on (e.g. test? shouldn't have the ? replaced by prepared statement)

@mshustov
Copy link
Member

mshustov commented Apr 7, 2025

We should be strict about how we parse the tokens

Any examples of misbehavior?

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

No branches or pull requests

2 participants