Files
loop/android/uhabits-android
Alinson Xavier 6f24e42d1f Disable write-ahead log on SQLite
Android 9 (Pie) silently introduced a new behavior where new SQLite
databases have Write-Ahead Logs (WALs) enabled by default. The data,
even after committed, is not written to the main database file until
later. This caused a silent bug leading to data loss, where exported
backups would either be empty or miss some recent data.
2020-01-01 09:40:35 -06:00
..
2020-01-01 09:40:35 -06:00
2020-01-01 08:45:05 -06:00
2019-03-31 06:48:29 -05:00
2019-03-31 06:48:29 -05:00