On Mon, Dec 5, 2016 at 1:38 PM, Richard Hipp <d...@sqlite.org> wrote:
> 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.

Oh!  Now I wonder if I asked about this earlier :-).

Thanks,
scott
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to