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

joaoh82 / rust_sqlite / 24847724034 / 1
69%
main: 69%

Build:
DEFAULT BRANCH: main
Ran 23 Apr 2026 04:57PM UTC
Files 29
Run time 1s
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

23 Apr 2026 04:53PM UTC coverage: 66.922% (-1.6%) from 68.48%
24847724034.1

push

github

web-flow
Release engineering + full SDK surface (Phases 2.5 → 6d) (#15)

* [Cargo{.toml,.lock},rust-toolchain.toml] Bump to edition 2024, resolver 3; upgrade all deps to current majors (rustyline 18, clap 4, sqlparser 0.61, thiserror 2, env_logger 0.11, prettytable 0.10); [src/**.rs] port to new dependency APIs: sqlparser struct-variant Statements, ColumnOption::PrimaryKey split, ValueWithSpan, DataType::Integer variant; rustyline Editor<H,I>, CmdKind highlight_char, removed OutputStreamType; clap 4 Command; eliminate dead code warnings

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* [src/sql/*] Phase 1: implement SELECT, UPDATE, DELETE execution; eliminate insert_row panics

[src/sql/parser/select.rs] new — parse sqlparser Query AST into a minimal SelectQuery (projection, WHERE, single-column ORDER BY, integer LIMIT); explicit NotImplemented errors for joins/group-by/having/distinct/offset
[src/sql/executor.rs] new — expression evaluator over sqlparser::Expr (identifiers, literals, nested, unary +/-/NOT, binary =/<>/</<=/>/>=/AND/OR) with NULL-as-false WHERE semantics; execute_select renders results via prettytable; execute_delete + execute_update share the evaluator and row-matching logic
[src/sql/db/table.rs] add runtime Value enum (Integer/Text/Real/Bool/Null) + Row::rowids/get + Table::rowids/get_value/column_names/delete_row/set_value; set_value enforces declared datatype + UNIQUE at write time and refreshes the column index; replace every .unwrap() in insert_row and validate_unique_constraint with typed error returns so malformed INSERTs no longer crash the REPL
[src/sql/mod.rs] wire Statement::Query / Statement::Update / Statement::Delete into the executor; replace stubbed tests with real end-to-end coverage (34 tests total: SELECT *, projection, WHERE eq/string/numeric, LIMIT, unknown table/column errors, DELETE with/without WHERE, UPDATE cell mutation, UNIQUE violation on UPDATE, bad INSERT no longer panics)

Co-Authored-By: ... (continued)

4012 of 5995 relevant lines covered (66.92%)

1.23 hits per line

Source Files on job 24847724034.1
  • Tree
  • List 29
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24847724034
  • 718ba316 on github
  • Prev Job for on main (#2655098821.1)
  • Next Job for on main (#24850380047.1)
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