On 4/1/17, J Decker <d3c...@gmail.com> wrote:
> I get this ... from sqlite error log callback
>
> Sqlite3 Err: (283) recovered 6942 frames from WAL file
> C:\eQube-Tools\flashboard\server\option.db-wal
>
> pretty much every time I restart the program now (espcially if it
> segfaults).

This is because the previous process to access the database did not
call sqlite3_close() prior to exiting, and so the WAL file was not
cleaned up properly.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to