On 11/22/16, Jens Alfke <[email protected]> wrote: > > I did not close the database handle, so if SQLite is trying to open the file > at this moment, it must have closed it earlier on its own. > Or could it be the WAL file? Does SQLite ever close and reopen, or delete > and re-create, the WAL?
No. Did you run "PRAGMA temp_store=MEMORY;"? This might be a statement journal opening. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

