]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that when a new cursor is opened by OP_OpenDup, any existing cursor
authordan <dan@noemail.net>
Tue, 1 Jan 2019 18:00:17 +0000 (18:00 +0000)
committerdan <dan@noemail.net>
Tue, 1 Jan 2019 18:00:17 +0000 (18:00 +0000)
commit97c8cb3ed8adb0867db29dbc24b2df9d35fb1d88
treede04cb7d90b9bbbfa731891093d2bcae001f9310
parentfff1dc8e058f8f676196a39d349ae7f8d81fd7e7
Ensure that when a new cursor is opened by OP_OpenDup, any existing cursor
with the same id opened by a previous OP_OpenDup is closed first.

FossilOrigin-Name: 5c188361a91407805c0feb4bf6d3214522ce3e55013efcf63a4613ecd416bcbc
manifest
manifest.uuid
src/btree.c
src/vdbe.c
test/window1.test