On Sun, 8 Jul 2012 13:22:42 -0400, C M <[email protected]> wrote:

>I thought SQlite never did anything in a half way state anyway?  I
>thought that if something failed to be written it was rolled back?
>(Pardon if I'm mangling the terminology or misunderstanding it badly).

Unless you use things like 
        PRAGMA synchronous=OFF;
        PRAGMA journal_mode=OFF;

http://www.sqlite.org/pragma.html#toc

or do something else that can cause corruption.

http://www.sqlite.org/howtocorrupt.html

-- 
Regards,

Kees Nuyt

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to