On Sat, 18 Nov 2017 22:53:26 +0100, Yannick DuchĂȘne
<[email protected]> wrote:
>I believe I found a tiny bug, nothing bad, but may pollute some output.
>
>Using SQLite version 3.20.1, if I do this:
>
> PRAGMA locking_mode=exclusive;
>
>It writes an unexpected reply:
>
> exclusive
The same happens for
pragma journal_mode=wal;
, although it's less intrusive than locking_mode , because
journal_mode will typically only be issued at database creation.
--
Regards,
Kees Nuyt
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users