On 4/6/17, Bob Friesenhahn <bfrie...@simple.dallas.tx.us> wrote: > > Is calling sqlite3_close() prior to exiting a requirement in general > for sqlite? I was not aware of this requirement. >
Not a requirement. SQLite works fine without this. It will just leave -wal and -shm files sitting around. If you are cool with that, no need to call sqlite3_close(). -- 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