Skip to content

Releases: jonas-singe-bruker/CppSQLite

Release 2025-06-12

12 Jun 14:34
5143b2b
Compare
Choose a tag to compare
Merge pull request #6 from bdal-jsinge/SL_9970_extendedErrorCodes

Sl 9970 extended error codes

2025-01-28

28 Jan 16:35
Compare
Choose a tag to compare
  • fix: don't forget sqlite handle when close call failed
  • integrate CppSQLiteStringView type for string parameters. This allows to pass strings as C-style strings or std::strings
  • add callback method for logging and add option to verbosely log all issued SQL statements
  • add method performCheckpoint for use with WAL journaling mode
  • add and apply clang-format coding style definition

2023-09-14

14 Sep 09:23
Compare
Choose a tag to compare

Bugfix: Forward sqlite3 error message on syntax errors
New feature: allow to specifiy SQLITE_OPEN_ flags when calling db.open()
Breaking Change: Let CppSQLite3Exception derive from std::runtime_error
Breaking Change: Remove SQLite3Memory, CppSQLite3Buffer and CppSQLite3Binary, use std::string as buffer instead
Deprecation: mark db.getTable() as deprecated as the underlying sqlite method is no longer recommended for use