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

fix(ext/node): rewrite SQLite named parameter handing #28197

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Feb 20, 2025

Allow bare named params and handle invalid param name. Also adds StatementSync#setAllowBareNamedParameters

Fixes #28183

Allow bare named params and handle invalid param name.

Fixes denoland#28183
@littledivy littledivy merged commit c1276d8 into denoland:main Feb 20, 2025
18 checks passed
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 this pull request may close these issues.

node:sqlite StatementSync.run() fails if named parameters are provided out of order with the statement's SQL.
2 participants