On Thu, Jul 22, 2010 at 12:14 PM, Dan Kennedy <danielk1...@gmail.com> wrote:

>
> So one thing to bear in mind when using WAL mode is always to
> call sqlite3_close() on all database handles before process
> exit. Otherwise you may leave a big *-wal file in the file-system
> which will need to be traversed by the next client that connects
> to the database.
>
>
We had to make this change in Fossil to get it to play well with WAL.  See

    http://www.fossil-scm.org/fossil/ci/932825bc6a

For the diffs.


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

Reply via email to