On 30 Jul 2019, at 9:39pm, test user <[email protected]> wrote:
> BEGIN IMMEDIATE will start a write transaction, which will block other > writers with SQLITE_BUSY until its complete. This does not apply to WAL mode. You wrote that you were using WAL mode. > What I would like is something like BEGIN READ The statement 'BEGIN READ' does not exist in SQlite. <https://www.sqlite.org/lang_transaction.html> Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

