aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/sqlite.cc
AgeCommit message (Expand)Author
2019-06-07Add flake evaluation cacheEelco Dolstra
2018-05-30Use extended SQLite error codesEelco Dolstra
2018-03-14Use boost::format from the boost packageEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-02-28Improve SQLite busy handlingEelco Dolstra
2017-02-28In SQLite errors, include the database pathEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-21printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra
2016-08-10SQLite:: Add some convenienceEelco Dolstra
2016-04-20Cache path info lookups in SQLiteEelco Dolstra
2016-04-05Probably fix SQLITE_BUSY errorsEelco Dolstra
2016-04-04throwSQLiteError(): Check for SIGINT so we don't loop foreverEelco Dolstra
2016-03-30Improve the SQLite wrapper APIEelco Dolstra
2016-03-30Factour out SQLite handlingEelco Dolstra