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

joaoh82 / rust_sqlite / 27352820846
70%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 02:13PM 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 02:08PM UTC coverage: 69.659% (+0.1%) from 69.525%
27352820846

push

github

web-flow
fix(sql): validate table qualifiers in single-table scope (SQLR-14) (#167)

SingleTableScope now carries the user-visible scope name (FROM alias
when declared, else the table name) and rejects any other qualifier
with the same unknown-table-qualifier error JoinedScope produces.
Validation covers the projection list, WHERE (including the index-probe
shape, which previously stripped the qualifier via parts.last()),
ORDER BY, GROUP BY keys, aggregate args, and UPDATE SET right-hand
sides. UPDATE / DELETE now plumb their FROM alias through
extract_table_name, so alias forms validate too — and per SQLite
semantics a declared alias shadows the table name as a qualifier.

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

127 of 136 new or added lines in 1 file covered. (93.38%)

11874 of 17046 relevant lines covered (69.66%)

1.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
82.83
0.44% src/sql/executor.rs
Jobs
ID Job ID Ran Files Coverage
1 27352820846.1 11 Jun 2026 02:13PM UTC 62
69.66
GitHub Action Run
Source Files on build 27352820846
  • Tree
  • List 62
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 29b5d9a9 on github
  • Prev Build on main (#27337454650)
  • Next Build on main (#27375296580)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc