Sybren A. Stüvel
15e3745820
Manager: SQLite WAL journal + NORMAL sync mode
...
Run `PRAGMA journal_mode = WAL` and `PRAGMA synchronous = normal` when
connecting to the SQLite database. This enables the write-ahead-log journal
mode, which makes it safe to enable "normal" synchronisation (instead of
the default "full" synchronisation).
2022-11-24 17:18:06 +01:00
..
2022-07-16 16:00:25 +02:00
2022-11-24 17:18:06 +01:00
2022-04-21 11:54:59 +02:00
2022-05-31 11:18:57 +02:00
2022-07-14 11:03:11 +02:00
2022-08-01 18:54:28 +02:00
2022-05-20 15:35:51 +02:00
2022-05-03 13:05:30 +02:00
2022-06-17 11:37:56 +02:00
2022-09-30 16:30:03 +02:00
2022-07-01 12:34:40 +02:00
2022-07-01 12:34:40 +02:00
2022-03-07 15:26:46 +01:00
2022-04-08 12:02:30 +02:00
2022-06-21 17:59:20 +02:00
2022-07-26 10:36:02 +02:00
2022-06-13 18:40:25 +02:00
2022-07-17 17:27:32 +02:00
2022-07-17 17:27:32 +02:00
2022-07-18 11:30:39 +02:00
2022-07-18 11:30:39 +02:00
2022-07-25 16:08:07 +02:00
2022-07-18 19:30:17 +02:00
2022-08-11 16:59:53 -07:00
2022-09-27 12:27:18 +02:00