| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
I approve the PR and the wording is correct, but I suggest this 1 change. Then might need to re-lint
Sorry, something went wrong.
| parameters. However, with the exception of dollar sign character, these | ||
| prefix characters also require extra quoting when used in object keys. | ||
| `node:sqlite` allows binding named parameters without this prefix character in | ||
| JavaScript code. With the exception of the dollar sign character, these prefix |
There was a problem hiding this comment.
| JavaScript code. With the exception of the dollar sign character, these prefix | |
| the parameter object. With the exception of the dollar sign character, these prefix |
Sorry, something went wrong.
|
@skdas20 Can you please sign the first commit and force push? It's required as per instructions
|
Sorry, something went wrong.
Signed-off-by: skdas20 <skdas5405@gmail.com>
|
cc @nodejs/sqlite |
Sorry, something went wrong.
Signed-off-by: skdas20 <skdas5405@gmail.com> PR-URL: #62009 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Signed-off-by: skdas20 <skdas5405@gmail.com> PR-URL: #62009 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes #61823
Summary
Updates statement.setAllowBareNamedParameters() documentation to match the actual default behavior.
Validation
Ran markdown lint on the changed file:
Result: exit code 0.