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

parse_named_params is does not handle escaped idents #129

Open
aljazerzen opened this issue Mar 26, 2024 · 1 comment
Open

parse_named_params is does not handle escaped idents #129

aljazerzen opened this issue Mar 26, 2024 · 1 comment

Comments

@aljazerzen
Copy link

Following query fails:

INSERT INTO `my:table` VALUES (?);

... with MixedParams, since it thinks :table is a param.

blackbeam added a commit that referenced this issue Apr 1, 2024
Respect quoted identifiers in `ParsedNamedParams::parse` (fix #129)
@blackbeam
Copy link
Owner

Published. Please invoke cargo update.
I'll keep this open until better parser is implemented.

@blackbeam blackbeam reopened this Apr 1, 2024
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

No branches or pull requests

2 participants