>> Just wondering, are the wal and shm files suppose to stick around after the
>> process exits?
>
> They should disappear when you call sqlite3_close() for the last handle.

And if your process exits without calling sqlite3_close() then those
files are supposed to stick around.


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

Reply via email to