> On Feb 8, 2017, at 9:21 AM, Niti Agarwal <[email protected]> wrote: > > According to the SQLite documentation, the shm and wal files are supposed > to be deleted upon completion of the program.
Are you explicitly closing the database before your program exits? (In other words, I think saying “upon completion of the program” is incorrect; it’s really “upon closing the database”.) —Jens _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

