Alexey Pechnikov <pechni...@mobigroup.ru> wrote:
> Some times database can return journal_mode=delete when exists WAL journal:

Why shouldn't it? journal_mode reports the kind of journal this connection is 
going to write for upcoming transactions - not the kind of journal that the 
previous crashed application left behind (and which has been rolled back and 
cleared up before pragma statement was even executed).
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to