• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

joaoh82 / rust_sqlite / 27375296580
70%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 08:31PM UTC
Jobs 1
Files 62
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jun 2026 08:26PM UTC coverage: 69.712% (+0.05%) from 69.659%
27375296580

push

github

web-flow
fix(sql): validate table qualifiers in FTS function column args (SQLR-15) (#168)

fts_match() / bm25_score() extract their column argument syntactically
(they need the column name to find the index, not its value), so the
qualifier never passed through RowScope::lookup and SQLR-14's check.
A bogus qualifier was silently dropped: fts_match(bogus.body, 'q') ran
as fts_match(body, 'q').

Add RowScope::scope_name() (Some(name) for single-table scope, None for
joined / group-row scopes) and run check_single_scope_qualifier in
resolve_fts_args when the column arg is a CompoundIdentifier. Error
wording matches SQLR-14. 3+-part identifiers now error like the main
evaluator instead of being silently truncated.

Audited the other syntactic extraction sites: JSON and vec_distance
helpers evaluate args through eval_expr_scope (already covered);
pager catalog re-parses are trusted engine-written SQL.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

39 of 47 new or added lines in 2 files covered. (82.98%)

1 existing line in 1 file now uncovered.

11913 of 17089 relevant lines covered (69.71%)

1.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
82.86
0.03% src/sql/executor.rs
2
92.82
0.03% src/sql/mod.rs

Coverage Regressions

Lines Coverage ∆ File
1
7.93
-0.05% src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 27375296580.1 11 Jun 2026 08:31PM UTC 62
69.71
GitHub Action Run
Source Files on build 27375296580
  • Tree
  • List 62
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8d23155a on github
  • Prev Build on main (#27352820846)
  • Next Build on main (#27375934148)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc