Skip to content

Fix VTab::connect / create#1826

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

Fix VTab::connect / create#1826
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:vtab_connect

Conversation

@gwenn

@gwenn gwenn commented Apr 9, 2026

Copy link
Copy Markdown
Collaborator

https://sqlite.org/vtab.html#the_xcreate_method

  • The first string, argv[0], is the name of the module being invoked.
  • The second, argv[1], is the name of the database in which the new virtual table is being created.
  • The third element of the array, argv[2], is the name of the new virtual table

https://sqlite.org/vtab.html#the_xcreate_method
- The first string, argv[0], is the name of the module being invoked.
- The second, argv[1], is the name of the database in which the new virtual table is being created.
- The third element of the array, argv[2], is the name of the new virtual table
@codecov

codecov Bot commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 91.48936% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.54%. Comparing base (1d03111) to head (3edae19).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/vtab/vtablog.rs 71.42% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1826   +/-   ##
=======================================
  Coverage   87.53%   87.54%           
=======================================
  Files          58       58           
  Lines       10793    10823   +30     
=======================================
+ Hits         9448     9475   +27     
- Misses       1345     1348    +3     

☔ 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 0a0a57f into rusqlite:master Apr 9, 2026
17 checks passed
@gwenn gwenn deleted the vtab_connect branch April 9, 2026 19:02
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