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

joaoh82 / rust_sqlite / 27337454650
70%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 09:35AM 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 09:30AM UTC coverage: 69.525% (+0.02%) from 69.507%
27337454650

push

github

web-flow
fix(sql): error on unknown columns in single-table scope (SQLR-2) (#166)

SingleTableScope::lookup silently returned Value::Null for any column
not in the schema (legacy eval_expr behavior), while JoinedScope errors.
Net effect: a typo'd column in WHERE silently matched every row — and
on UPDATE/DELETE, mutated or deleted the entire table.

Tighten SingleTableScope::lookup to error on unknown columns, matching
JoinedScope. Schema columns whose cells were never written still read
as NULL (omitted-from-INSERT semantics unchanged). Audit found no
existing test pinning the lenient behavior.

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

28 of 36 new or added lines in 1 file covered. (77.78%)

2 existing lines in 2 files now uncovered.

11790 of 16958 relevant lines covered (69.52%)

1.25 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
82.39
-0.03% src/sql/executor.rs

Coverage Regressions

Lines Coverage ∆ File
1
7.93
-0.05% src/lib.rs
1
82.39
-0.03% src/sql/executor.rs
Jobs
ID Job ID Ran Files Coverage
1 27337454650.1 11 Jun 2026 09:35AM UTC 62
69.52
GitHub Action Run
Source Files on build 27337454650
  • Tree
  • List 62
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b8617d20 on github
  • Prev Build on main (#27304379621)
  • Next Build on main (#27352820846)
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