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

joaoh82 / rust_sqlite / 24883822865
69%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 10:05AM UTC
Jobs 1
Files 29
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

24 Apr 2026 10:01AM UTC coverage: 66.922%. Remained the same
24883822865

push

github

web-flow
docs: add canonical Supported SQL reference (docs/supported-sql.md) (#23)

The README's "Supported SQL" section had grown into an implicit
mini-reference that was missing key facts — most glaringly,
transactions (`BEGIN` / `COMMIT` / `ROLLBACK`) which Phase 4f
shipped months ago. Other gaps: multi-row INSERT, auto-index
naming, read-only mode behavior, three-valued NULL logic, case
sensitivity of identifiers.

Rather than keep patching the README, split the canonical
reference out into its own document:

  - **`docs/supported-sql.md`** — strict reference: every
    statement with its full grammar, supported types, column
    constraints, error conditions, operator table, NULL
    semantics, transaction lifecycle, read-only behavior, and
    the complete "not yet supported" list organized by
    category (joins, aggregation, predicates, DDL,
    transactions, query shape, session / schema).

  - **`README.md`** — trimmed "Supported SQL" to a
    quick-reference summary table that now includes the
    `BEGIN` / `COMMIT` / `ROLLBACK` row. Defers to
    supported-sql.md for full semantics. The "not yet
    implemented" bullet is broader + links to the detailed
    list.

  - **`docs/usage.md`** — "Supported SQL" section shrunk to a
    handful of at-the-REPL tips (one-statement-per-call,
    transactions-are-real, case-sensitive identifiers,
    NULL-as-false-in-WHERE). Deleted the duplicated
    statement-by-statement breakdown, deleted the full
    Transactions and Not-Yet-Supported sections — all now
    live in supported-sql.md. usage.md stays focused on
    "how to use the tool" (REPL, meta-commands, history,
    embedding) instead of "what SQL does it speak".

  - **`docs/_index.md`** — Supported SQL surfaced in the
    "Start here" list as its own entry, between Using SQLRite
    and Desktop.

One factual correction landed along the way: the reference
initially claimed identifiers were case-insensitive "normalized
to lowercase at definition time". ... (continued)

4012 of 5995 relevant lines covered (66.92%)

1.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24883822865.1 24 Apr 2026 10:05AM UTC 29
66.92
GitHub Action Run
Source Files on build 24883822865
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3a9e047e on github
  • Prev Build on main (#24882699407)
  • Next Build on main (#24884678198)
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