FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sqlite: set `name` and `length` on `sqlite.backup()` by LiviaMedeiros · Pull Request #58251 · nodejs/node · GitHub

/ node Public

sqlite: set name and length on sqlite.backup() - #58251

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
LiviaMedeiros:sqlite-backup-props
May 11, 2025
Merged

sqlite: set name and length on sqlite.backup()#58251
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
LiviaMedeiros:sqlite-backup-props

Conversation

Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/sqlite

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem. labels May 9, 2025

cjihrig left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM with a minor nit. Thanks!

Comment thread src/node_sqlite.cc Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I think we already have backup_string that can be used here.

LiviaMedeiros force-pushed the sqlite-backup-props branch from 1bb0b66 to cc251a3 Compare May 9, 2025 16:27
geeksilva97 added the request-ci Add this label to start a Jenkins CI on a PR. label May 9, 2025
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 9, 2025

github-actions Bot commented May 9, 2025

Copy link
Copy Markdown
Contributor
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 PR
https://github.com/nodejs/node/actions/runs/14933373676

github-actions Bot added the request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. label May 9, 2025

Copy link
Copy Markdown
Collaborator

LiviaMedeiros removed the request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. label May 9, 2025

codecov Bot commented May 9, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.18%. Comparing base (535c2f7) to head (cc251a3).
Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
src/node_sqlite.cc 66.66% 0 Missing and 1 partial ⚠️
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     
Files with missing lines Coverage Δ
src/node_sqlite.cc 80.58% <66.66%> (+0.02%) ⬆️

... and 30 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 10, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 11, 2025
nodejs-github-bot merged commit 770be2c into nodejs:main May 11, 2025

Copy link
Copy Markdown
Collaborator

Landed in 770be2c

targos pushed a commit that referenced this pull request May 16, 2025
PR-URL: #58251
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
aduh95 pushed a commit that referenced this pull request Jun 10, 2025
PR-URL: #58251
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL