1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philip O'Toole 4e639d4f17 Add more detail to comments
Serialize() is problematic with WAL mode databases. It needs close study
and may have to be retired before enabling WAL mode. For example
Serialize() is called by Snapshotting. Snapshotting would need to move
to Backup, at for on-disk mode.
1 year ago
..
testdata Add unit test for >1GiB in-memory databases 3 years ago
db.go Add more detail to comments 1 year ago
db_common_test.go Fix Backup for WAL mode 1 year ago
db_inmem_test.go Add full WAL support to DB layer 1 year ago
db_ondisk_test.go Fix Backup for WAL mode 1 year ago
db_test.go Remove all on-disk SQLite files on startup 1 year ago