On 12/5/16, Scott Hess <sh...@google.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to