Files
MuditaOS/module-db/Database/Database.cpp
Bartosz Cichocki 839d6f301b [MOS-593] Fix backup issues with DB
Backup had some issues when filesystem was not clearly closed.
After that, sqlite was not commiting the transaction while
doing VACUUM INTO query, which caused fail on the next
query. Fixed by commiting the transaction when there's
any ongoing one during backup.
2022-07-14 10:52:10 +02:00

9.5 KiB