]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow BEGIN CONCURRENT transactions to contain schema modifications. However, this...
authordan <dan@noemail.net>
Thu, 16 Jul 2020 20:57:35 +0000 (20:57 +0000)
committerdan <dan@noemail.net>
Thu, 16 Jul 2020 20:57:35 +0000 (20:57 +0000)
commitd05cc8f8b7b8a511bbb24b534ed080d8d84955a6
treec94a1d3bc7fb9a33537ea8e7279b70ddb2a393ba
parent9ee441a3a55618de8cd3b827589706cd125857a2
Allow BEGIN CONCURRENT transactions to contain schema modifications. However, this causes them to conflict with all other transactions.

FossilOrigin-Name: 2160ede1d12591275c3d82026be7775fd6c890435ab6ca83600029e96ca381a8
manifest
manifest.uuid
src/btree.c
src/sqliteInt.h
src/vacuum.c
src/vdbe.c
src/vdbeaux.c
src/wal.c
test/concurrent.test
test/concurrent8.test [new file with mode: 0644]