Yes, I am closing the DB before program exits. Like this: db.Close().
I am using Sqlite3 with Golang.
Regards,
Niti

On Wed, Feb 8, 2017 at 11:08 PM, Jens Alfke <[email protected]> wrote:

>
> > 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
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to