Skip to content

Fix VTab::best_index#1824

Merged
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:xBestIndex
Apr 5, 2026
Merged

Fix VTab::best_index#1824
gwenn merged 1 commit into
rusqlite:masterfrom
gwenn:xBestIndex

Conversation

@gwenn

@gwenn gwenn commented Apr 5, 2026

Copy link
Copy Markdown
Collaborator

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

If xBestIndex returns SQLITE_CONSTRAINT, that does not indicate an error.

@codecov

codecov Bot commented Apr 5, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.53%. Comparing base (0b5c9d8) to head (7c09b8a).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/vtab/mod.rs 50.00% 2 Missing ⚠️
src/vtab/series.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1824      +/-   ##
==========================================
- Coverage   87.54%   87.53%   -0.02%     
==========================================
  Files          58       58              
  Lines       10784    10787       +3     
==========================================
+ Hits         9441     9442       +1     
- Misses       1343     1345       +2     

☔ 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 883c26c into rusqlite:master Apr 5, 2026
17 checks passed
@gwenn gwenn deleted the xBestIndex branch April 5, 2026 14:43
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