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

gluesql / gluesql / 31483015771
99%

Build:
DEFAULT BRANCH: main
Ran 11 Aug 2026 10:43AM UTC
Jobs 1
Files 370
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 Aug 2026 10:37AM UTC coverage: 98.887% (+0.001%) from 98.886%
31483015771

push

github

web-flow
Reject unsupported transaction statement clauses (#1991)

- `START TRANSACTION`, `COMMIT`, and `ROLLBACK` were translated with `..` patterns that silently discarded every clause GlueSQL does not support. The worst case was `ROLLBACK TO SAVEPOINT sp1`: the whole transaction was rolled back while the response claimed success.
- Destructure the three statements explicitly and reject transaction modes (`READ ONLY`, `ISOLATION LEVEL ...`), the SQLite `BEGIN` modifier, `AND CHAIN`, and `TO SAVEPOINT` with a new `TranslateError::UnsupportedTransactionOption(TransactionOption)`, following the existing `InsertOption`-style option enums.
- Add regression tests for each rejected clause (including the `SAVEPOINT`-keyword-omitted `ROLLBACK TO sp1` form and a direct-AST test for the parser-unreachable SQLite modifier) plus positive controls for the plain statement forms.

82 of 82 new or added lines in 1 file covered. (100.0%)

52888 of 53483 relevant lines covered (98.89%)

1550.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31483015771.1 11 Aug 2026 10:43AM UTC 370
98.89
GitHub Action Run
Source Files on build 31483015771
  • Tree
  • List 370
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d5103cc8 on github
  • Prev Build on main (#31476332432)
  • Next Build on main (#31995576011)
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