On 5/15/17, Rob Willett <rob.sql...@robertwillett.com> wrote:
>
> As part of the testing we noticed that -shm and -wal files were being
> left after we used sqlite3 on the command line. This puzzled us as we
> didn't see any errors in our test scripts.

How is the command being ended.  Are you inserting a ".quit" command?
Are you somehow causing the shell to terminate prematurely, perhaps by
piping the output into a filter (such as "head") that closes the input
connection early?  What version of the SQLite shell is running?  What
is the query?

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

Reply via email to