index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
sqlite.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-08-08
tree-wide: automated migration to charptr_cast
Jade Lovelace
2024-08-08
sqlite: add a Use::fromStrNullable
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2023-06-20
Support opening local store with database on read-only filesystem (#8356)
Ben Radford
2023-04-11
Move warning timing logic into handleSQLiteBusy.
Ben Radford
2023-04-11
Warn after a second of being busy instead of immediately.
Ben Radford
2023-02-07
sqlite.cc: Add SQL tracing
Robert Hensing
2022-12-23
src/libstore: Print the reason opening the DB failed
rski
2022-12-17
Improve sqlite error messages
Robert Hensing
2022-04-20
Actually, solve this in a lighter-weight way
John Ericson
2022-04-20
Move templated functions to `sqlite-impl.hh`
John Ericson
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-04-08
Remove unused Error.name field
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-11-03
libstore: Use unix-dotfile vfs if useSQLiteWAL is false
Doron Behar
2021-01-21
Improve error formatting
Eelco Dolstra
2020-11-17
Make the sql debug statements more useful
regnat
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-13
formatting and a few minor changes
Ben Burdette
2020-05-13
consistent capitalization
Ben Burdette
2020-05-01
convert some errors
Ben Burdette
2020-04-28
Error classname as name
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-17
Use a more space/time-efficient representation for the eval cache
Eelco Dolstra
2020-04-17
SQLiteStmt: Use std::string_view
Eelco Dolstra
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2019-06-07
Add flake evaluation cache
Eelco Dolstra
2018-05-30
Use extended SQLite error codes
Eelco Dolstra
2018-03-14
Use boost::format from the boost package
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-02-28
Improve SQLite busy handling
Eelco Dolstra
2017-02-28
In SQLite errors, include the database path
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-08-10
SQLite:: Add some convenience
Eelco Dolstra
2016-04-20
Cache path info lookups in SQLite
Eelco Dolstra
2016-04-05
Probably fix SQLITE_BUSY errors
Eelco Dolstra
2016-04-04
throwSQLiteError(): Check for SIGINT so we don't loop forever
Eelco Dolstra
2016-03-30
Improve the SQLite wrapper API
Eelco Dolstra
2016-03-30
Factour out SQLite handling
Eelco Dolstra