On Mon, Dec 5, 2016 at 1:38 PM, Richard Hipp <[email protected]> wrote: > On 12/5/16, Scott Hess <[email protected]> wrote: >> Is there any clean way to request no WAL checkpoint on sqlite3_close()? > > sqlite3_db_config(SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE, db). See > https://www.sqlite.org/draft/c3ref/c_dbconfig_enable_fkey.html at the > bottom.
Oh! Now I wonder if I asked about this earlier :-). Thanks, scott _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

