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.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to