-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
sqlite: set name
and length
on sqlite.backup()
#58251
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
sqlite: set name
and length
on sqlite.backup()
#58251
Conversation
Review requested:
|
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 with a minor nit. Thanks!
src/node_sqlite.cc
Outdated
return; | ||
} | ||
backup_function->SetName(FIXED_ONE_BYTE_STRING(isolate, "backup")); |
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.
I think we already have backup_string
that can be used here.
1bb0b66
to
cc251a3
Compare
Failed to start CI⚠ Commits were pushed since the last approving review: ⚠ - sqlite: set `name` and `length` on `sqlite.backup()` ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/14933373676 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #58251 +/- ##
==========================================
+ Coverage 90.12% 90.18% +0.05%
==========================================
Files 629 629
Lines 186638 186659 +21
Branches 36618 36654 +36
==========================================
+ Hits 168202 168331 +129
+ Misses 11222 11123 -99
+ Partials 7214 7205 -9
🚀 New features to boost your workflow:
|
Landed in 770be2c |
PR-URL: #58251 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
PR-URL: #58251 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
No description provided.