]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow sqlite3_snapshot_open() to be called to change the snapshot after a exp-snapshot-open
authordan <dan@noemail.net>
Mon, 6 Aug 2018 17:12:36 +0000 (17:12 +0000)
committerdan <dan@noemail.net>
Mon, 6 Aug 2018 17:12:36 +0000 (17:12 +0000)
commitfa3d4c19a9ee0d87fc0fe5aec374cd2fe47af24e
treedbce774822c55a42e99ec2e32e6fcdf2a887f995
parentf018fd52849be551bc00966dd3088d517b27d4a0
Allow sqlite3_snapshot_open() to be called to change the snapshot after a
read transaction is already open on database.

FossilOrigin-Name: 051ac0152048ef52723196c26ca5f2629dafb782aec1c66fc30531bf54335043
manifest
manifest.uuid
src/main.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/test1.c
src/wal.c
src/wal.h
test/snapshot.test
test/snapshot_up.test [new file with mode: 0644]