-
Notifications
You must be signed in to change notification settings - Fork 31.3k
sqlite: add support for unknown named parameters #57552
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
Review requested:
|
This commit adds a method for toggling support for unknown named parameters in prepared statements. Fixes: nodejs#55533
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57552 +/- ##
=======================================
Coverage 90.23% 90.23%
=======================================
Files 630 630
Lines 185000 185015 +15
Branches 36240 36236 -4
=======================================
+ Hits 166926 166957 +31
+ Misses 11020 11016 -4
+ Partials 7054 7042 -12
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
As an aside thought, as the list of per-statement configurable behaviours continues to grow, is there a case for adding an options parameter to |
I would say so. This has been there since the first commit. |
Landed in ffc1cf6 |
This commit adds a method for toggling support for unknown named parameters in prepared statements. Fixes: nodejs#55533 PR-URL: nodejs#57552 Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit adds a method for toggling support for unknown named parameters in prepared statements. Fixes: nodejs#55533 PR-URL: nodejs#57552 Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit adds a method for toggling support for unknown named parameters in prepared statements.
Fixes: #55533