Skip to content

Comments

sqlite: handle stmt invalidation#61877

Open
araujogui wants to merge 2 commits intonodejs:mainfrom
araujogui:sqlite-invalidate
Open

sqlite: handle stmt invalidation#61877
araujogui wants to merge 2 commits intonodejs:mainfrom
araujogui:sqlite-invalidate

Conversation

@araujogui
Copy link
Member

Fixes #61819

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/sqlite

@nodejs-github-bot 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 Feb 18, 2026
@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.76%. Comparing base (94b1f66) to head (5b2876e).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #61877      +/-   ##
==========================================
- Coverage   91.77%   89.76%   -2.01%     
==========================================
  Files         338      674     +336     
  Lines      140064   204891   +64827     
  Branches    22045    39381   +17336     
==========================================
+ Hits       128543   183928   +55385     
- Misses      11298    13239    +1941     
- Partials      223     7724    +7501     
Files with missing lines Coverage Δ
src/node_sqlite.cc 80.94% <100.00%> (ø)
src/node_sqlite.h 80.39% <ø> (ø)

... and 458 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

sqlite: statement iterator state is corrupted by coincident statement execution

3 participants