On 4 Sep 2019, at 11:36pm, Peng Yu <[email protected]> wrote: > Is there a minimal work example (in software way but not hardware > failure way) to make these extra files stick around upon closing a > sqlite3 session so that I can have a proper test case to make sure I > always delete them?
Perform an INSERT operation. Have the program quit without calling _reset(), _finalize(), or closing the connection. What happens depends on whether you're using WAL mode. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

