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

SRombauts / SQLiteCpp / 28482655233 / 1
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: update-sqlite-3.53.3
DEFAULT BRANCH: master
Ran 30 Jun 2026 11:31PM UTC
Files 14
Run time 0s
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

30 Jun 2026 11:30PM UTC coverage: 99.689% (+0.001%) from 99.688%
28482655233.1

Pull #559

github

SRombauts
Fix Transaction destructor exception-safety

The destructor caught only SQLite::Exception, so a std::bad_alloc thrown
while building the "ROLLBACK TRANSACTION" string (or any other non-SQLite
exception) escaped the implicitly noexcept destructor and called
std::terminate. Broaden the handler to catch(...), matching the Savepoint
fix (afa51d3).

Fixes TXN-08 from the code review.
Pull Request #559: Fix Savepoint destructor exception-safety and rollback bookkeeping

641 of 643 relevant lines covered (99.69%)

34.41 hits per line

Source Files on job 28482655233.1
  • Tree
  • List 14
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28482655233
  • 5e4908ab on github
  • Prev Job for on fix-savepoint-destructor-exception-safety (#28478122417.1)
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