On 8 Feb 2017, at 5:21pm, Niti Agarwal <n...@ionosnetworks.com> wrote:

> The databases I'm working with are write ahead logging (WAL) databases.
> According to the SQLite documentation, the shm and wal files are supposed
> to be deleted upon completion of the program. However, these files are
> still there after execution of this program.

Does your program check whether _close() returns an error code ?

Does your program execute sqlite3_shutdown() and check to see whether it 
returns an error code ?

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

Reply via email to