aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/sqlite.cc
AgeCommit message (Expand)Author
2024-10-01Split ignoreException to avoid suppressing CTRL-CRobert Hensing
2024-08-08tree-wide: automated migration to charptr_castJade Lovelace
2024-08-08sqlite: add a Use::fromStrNullableJade Lovelace
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-03-11util.hh: split out signals stuffJade Lovelace
2024-03-09Merge pull request #9925 from 9999years/fmt-cleanupeldritch horrors
2023-06-20Support opening local store with database on read-only filesystem (#8356)Ben Radford
2023-04-11Move warning timing logic into handleSQLiteBusy.Ben Radford
2023-04-11Warn after a second of being busy instead of immediately.Ben Radford
2023-02-07sqlite.cc: Add SQL tracingRobert Hensing
2022-12-23src/libstore: Print the reason opening the DB failedrski
2022-12-17Improve sqlite error messagesRobert Hensing
2022-04-20Actually, solve this in a lighter-weight wayJohn Ericson
2022-04-20Move templated functions to `sqlite-impl.hh`John Ericson
2022-04-19Avoid `fmt` when constructor already does itJohn Ericson
2022-04-08Remove unused Error.name fieldEelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2021-11-03libstore: Use unix-dotfile vfs if useSQLiteWAL is falseDoron Behar
2021-01-21Improve error formattingEelco Dolstra
2020-11-17Make the sql debug statements more usefulregnat
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-05-13formatting and a few minor changesBen Burdette
2020-05-13consistent capitalizationBen Burdette
2020-05-01convert some errorsBen Burdette
2020-04-28Error classname as nameBen Burdette
2020-04-21remove 'format' from Error constructor callsBen Burdette
2020-04-17Use a more space/time-efficient representation for the eval cacheEelco Dolstra
2020-04-17SQLiteStmt: Use std::string_viewEelco Dolstra
2020-03-24Misc changes from the flakes branchEelco Dolstra
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