summaryrefslogtreecommitdiff
path: root/src/sqlite3_db.cc
AgeCommit message (Collapse)Author
2015-06-03DB::Snapshot::bad() should only return true in case of errorsJoel Klinghed
2015-06-03Make it simpler to use DBJoel Klinghed
Add DB::Transaction
2015-05-28Fix misshandling of set(name, nullptr, 0) in DB::EditorJoel Klinghed
2015-05-26Support older SQLiteJoel Klinghed
2015-02-20Initial DB API with SQLite3 backendJoel Klinghed