]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allows UPDATE, INSERT, and DELETEs to occur while a SELECT is pending on
authordrh <drh@noemail.net>
Wed, 16 Aug 2006 16:42:48 +0000 (16:42 +0000)
committerdrh <drh@noemail.net>
Wed, 16 Aug 2006 16:42:48 +0000 (16:42 +0000)
commit980b1a74051196303d4b10df9d0528490d94ec1d
tree34c1ecd73eb7442c6a0eb323b4a3b2f7d2e9e9ee
parent73bdf07713c483c4983df4408aa5b05237ced73a
Allows UPDATE, INSERT, and DELETEs to occur while a SELECT is pending on
the same table. (CVS 3355)

FossilOrigin-Name: 8c52d2ad468615e50a727adab2977a0bef1bc068
manifest
manifest.uuid
src/btree.c
test/btree.test
test/capi2.test
test/capi3.test
test/delete2.test
test/lock.test
test/misc2.test