Skip to content

Replace VTab macros by constructors#1823

Merged
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:vtab_module
Apr 2, 2026
Merged

Replace VTab macros by constructors#1823
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:vtab_module

Conversation

@gwenn

@gwenn gwenn commented Apr 2, 2026

Copy link
Copy Markdown
Collaborator

Make impossible to construct transactional but not updatable Module. And make possible to construct Module:

  • without_rowid (see C zipfileModule)
  • without_sync (see C zipfileModule)

Make impossible to construct transactional but not updatable `Module`.
And make possible to construct `Module`:
- `without_rowid` (see C zipfileModule)
- `without_sync` (see C zipfileModule)
@codecov

codecov Bot commented Apr 2, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 7.14286% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.54%. Comparing base (0a18603) to head (ec539db).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/vtab/mod.rs 0.00% 65 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1823      +/-   ##
==========================================
- Coverage   88.04%   87.54%   -0.50%     
==========================================
  Files          58       58              
  Lines       10739    10784      +45     
==========================================
- Hits         9455     9441      -14     
- Misses       1284     1343      +59     

☔ 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 0b5c9d8 into rusqlite:master Apr 2, 2026
17 checks passed
@gwenn gwenn deleted the vtab_module branch April 2, 2026 17:51
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