In wal mode, if a "BEGIN EXCLUSIVE" command (or any other command that
commit6779bbb873c546075222aa710949ad28b3af5f58
authorDan Kennedy <danielk1977@gmail.com>
Thu, 5 Jul 2018 15:46:55 +0000 (5 15:46 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Thu, 5 Jul 2018 15:46:55 +0000 (5 15:46 +0000)
treece7a9166e9249878fe6608affb76381721a99d4a
parentc1ac50968d6d8d7633c8aac3f5cc05f81004003c
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
test/walprotocol2.test