Releases: jonas-singe-bruker/CppSQLite
Releases · jonas-singe-bruker/CppSQLite
Release 2025-06-12
Merge pull request #6 from bdal-jsinge/SL_9970_extendedErrorCodes Sl 9970 extended error codes
2025-01-28
- 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
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