Commit graph

6 commits

Author SHA1 Message Date
Ken Sedgwick
39a09c2908 Use BacktraceException for appropriate (most) exceptions 2024-08-19 15:04:30 -07:00
Sebastian Falbesoner
0200937b69 Sqlite3/Db.cpp: enable SQLite extended result codes 2022-07-11 21:32:28 +00:00
Will Clark
b2cea2d1ef Fix missing std::runtime_error
Headers missing causing build to fail
2020-10-29 23:39:06 +00:00
ZmnSCPxj jxPCSnmZ
17126b404a Sqlite3/Db.cpp: TIL PRAGMA foreign_keys = ON; does not work in transactions. 2020-10-08 11:42:26 +08:00
ZmnSCPxj jxPCSnmZ
6a855e85a7 configure.ac: Use pkg-config to detect SQLITE3 so we can error at configure if it does not exist. 2020-09-14 06:27:42 +08:00
ZmnSCPxj jxPCSnmZ
33e759c533 Sqlite3/: Start implementing SQLITE3 interfacing code. 2020-09-11 17:15:46 +08:00