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

SRombauts / SQLiteCpp
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 181-feature-statement-iterator
DEFAULT BRANCH: master
Repo Added 20 Jun 2016 02:42PM UTC
Files 14
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

LAST BUILD ON BRANCH fix-savepoint-destructor-exception-safety
branch: fix-savepoint-destructor-exception-safety
CHANGE BRANCH
x
Reset
  • fix-savepoint-destructor-exception-safety
  • 181-feature-statement-iterator
  • 2.0.0
  • 2.1.0
  • 2.2.0
  • 2.3.0
  • 2.4.0
  • 2.5.0
  • 3.0.0
  • 3.1.0
  • 3.1.1
  • add-bind-no-copy-pull-request-86
  • add-cmake-project-version-to-fix-warning
  • add-implicit-cast-char-short
  • asan-tests
  • code-review
  • coverity_scan
  • create-function-unit-test
  • database-backup
  • feature-ci-coverage
  • feature-coverity-github-actions
  • feature-improve-test-coverage
  • fix-column-stream-utf8
  • fix-coveralls
  • fix-executemany-clearbindings
  • fix-getheaderinfo-shift-ub
  • fix-isunencrypted-raw-read
  • fix-lp64-ambiguous-bind
  • fix-meson-disable-std-filesystem-flag
  • fix-null-pointer-ub-guards
  • fix-nullptr
  • fix-vs2013-column-test
  • fix-warning-extern-variable-has-an-initializer
  • gcc-7
  • gcc-9-fix-bind
  • gcov-inline-functions
  • libsqlite3
  • master
  • move-constructor
  • sqlite-3.34
  • sqlitecpp-2.x
  • sqlitecpp-3.x
  • statement-unit-tests
  • subdir_example
  • test-building-with-mingw-on-appveyor
  • test-travis-ci-configuration
  • travis-valgrind
  • try_execute
  • update-sqlite3.19.3
  • vs2019

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

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

5 of 5 new or added lines in 2 files covered. (100.0%)

641 of 643 relevant lines covered (99.69%)

34.41 hits per line

Relevant lines Covered
Build:
Build:
643 RELEVANT LINES 641 COVERED LINES
34.41 HITS PER LINE
Source Files on fix-savepoint-destructor-exception-safety
  • Tree
  • List 14
  • Changed 3
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28482655233 fix-savepoint-destructor-exception-safety 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 a... Pull #559 30 Jun 2026 11:31PM UTC SRombauts github
99.69
28478168866 fix-savepoint-destructor-exception-safety Fix Savepoint destructor exception-safety and rollback bookkeeping The destructor caught only SQLite::Exception, so a std::bad_alloc thrown while building the "ROLLBACK TO SAVEPOINT ..." / "RELEASE SAVEPOINT ..." strings (or any other non-SQLite ... Pull #559 30 Jun 2026 09:51PM UTC SRombauts github
99.69
28462239166 fix-savepoint-destructor-exception-safety Fix Savepoint destructor exception-safety and rollback bookkeeping The destructor caught only SQLite::Exception, so a std::bad_alloc thrown while building the "ROLLBACK TO SAVEPOINT ..." / "RELEASE SAVEPOINT ..." strings (or any other non-SQLite ... Pull #559 30 Jun 2026 05:08PM UTC SRombauts github
99.71
See All Builds (636)
  • Repo on GitHub
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