pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.

Home Page:https://sqlitestudio.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WAL mode not finalized during shutdown

pawelsalawa opened this issue · comments

It seems that transaction is not properly committed and WAL mode is not wrapped back into a final db file when SQLiteStudio is closed - at least under Windows. Seems like shutdown routine is not doing it properly. It's verified to be a valid bug.

create table xxx (val);
insert into xxx values ('sdfsd')