In wal mode, if a "BEGIN EXCLUSIVE" command (or any other command that
commitf16b37483603eb946d2f1e341aac7ee40166277f
authorDan Kennedy <danielk1977@gmail.com>
Thu, 5 Jul 2018 17:16:55 +0000 (5 17:16 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Thu, 5 Jul 2018 17:16:55 +0000 (5 17:16 +0000)
treea10e3ac51a7d9e7b3bcf94d951bad76f64d1f6ca
parentc1ac50968d6d8d7633c8aac3f5cc05f81004003c
parentdab943cea473bb413b8319c3d6ae812342432471
In wal mode, if a "BEGIN EXCLUSIVE" command (or any other command that
upgrades from no transaction directly to a write transaction) hits an
SQLITE_BUSY_SNAPSHOT error, change the error code to SQLITE_BUSY to indicate
to the caller that the condition may be transient.
src/btree.c