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

SRombauts / SQLiteCpp / 35645961114
100%

Build:
DEFAULT BRANCH: master
Ran 21 Sep 2026 07:38PM UTC
Jobs 1
Files 14
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

21 Sep 2026 07:37PM UTC coverage: 99.713%. Remained the same
35645961114

push

github

web-flow
Restore SQLite::Savepoint ABI compatibility (#576)

## Summary

- remove the `mbRolledBack` data member added by #559
- restore the SQLiteCpp 3.x `SQLite::Savepoint` object layout
- keep the broader `catch (...)` destructor exception-safety fix from
#559
- retain the previous harmless repeated `ROLLBACK TO` behavior when a
savepoint was manually rolled back but not released

## Rationale

`SQLite::Savepoint` is a public class instantiated by value by
consumers. Adding a private data member changes its class layout and can
break strict binary compatibility while SQLiteCpp 3.4.0 still keeps the
3.x ABI / `SOVERSION 0`.

The additional rollback state was only an optimization to avoid issuing
a second `ROLLBACK TO` from the destructor. SQLite already tolerated the
previous behavior, so restoring that implementation is the smallest
compatibility-preserving fix before 3.4.0.

## Validation

- both commits remain buildable independently
- existing Savepoint tests cover manual rollback/release and destructor
behavior
- CI will exercise the full supported build matrix

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

694 of 696 relevant lines covered (99.71%)

34.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35645961114.1 21 Sep 2026 07:38PM UTC 14
99.71
GitHub Action Run
Source Files on build 35645961114
  • Tree
  • List 14
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35645961114
  • 94c688c6 on github
  • Prev Build on master (#35644247055)
  • Next Build on master (#35648063962)
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