-
Notifications
You must be signed in to change notification settings - Fork 5.6k
fix(node:sqlite): Fix Named parameters #28154
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Is this ready for review?
not yet still working on a small change. thank you! |
58669a3
to
ced677f
Compare
it's ready now thanks for the change it fixed a bug I was encountering |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Divy Srivastava <[email protected]>
This PR introduces support for named parameters in SQLite queries, as outlined in #28134