Skip to content

Fix VTab::connect#1832

Merged
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:vtab_connect
Apr 18, 2026
Merged

Fix VTab::connect#1832
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:vtab_connect

Conversation

@gwenn

@gwenn gwenn commented Apr 18, 2026

Copy link
Copy Markdown
Collaborator

Make possible to return a static string because most the time the SQL passed to sqlite3_declare_vtab is known at compile time.

Make possible to return a static string because most the time the SQL
passed to `sqlite3_declare_vtab` is known at compile time.
@codecov

codecov Bot commented Apr 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 81.25000% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.57%. Comparing base (95366fb) to head (a47d967).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/vtab/mod.rs 76.47% 4 Missing ⚠️
src/vtab/csvtab.rs 75.00% 1 Missing ⚠️
src/vtab/vtablog.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1832      +/-   ##
==========================================
+ Coverage   87.52%   87.57%   +0.05%     
==========================================
  Files          58       58              
  Lines       10804    10795       -9     
==========================================
- Hits         9456     9454       -2     
+ Misses       1348     1341       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gwenn gwenn merged commit 9666e11 into rusqlite:master Apr 18, 2026
17 checks passed
@gwenn gwenn deleted the vtab_connect branch April 18, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant