Dave Dyer <[EMAIL PROTECTED]> wrote:
> How does sqlite distinguish between a journal file left over
> from a crash, and a journal file that some other process is
> still using?

It checks for existence of locks on the main database file. For more 
details, see

http://sqlite.org/atomiccommit.html

Igor Tandetnik 



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

Reply via email to