mirror of https://github.com/iSoron/uhabits.git
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.pull/538/head
parent
93bb105dac
commit
6f24e42d1f
Loading…
Reference in new issue