]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the VDBE so that it correctly handles the sequence of operations
authordrh <drh@noemail.net>
Sat, 18 Jan 2020 13:53:46 +0000 (13:53 +0000)
committerdrh <drh@noemail.net>
Sat, 18 Jan 2020 13:53:46 +0000 (13:53 +0000)
commit1ee02a1ce5a471966c3e5cc04af74ed16b1be6ce
treef060bed09414a1e814cf9859d80473687402cd06
parent2d58b7f40f38519b9fdff0f604d19c4b39ae0008
Fix the VDBE so that it correctly handles the sequence of operations
OP_OpenEphemeral, OP_OpenDup, OP_OpenEphemeral, and OP_OpenDup in that
order on the same cursor.

FossilOrigin-Name: a1be6ee0188911448c064e2c25fb0ca1daad50f3d50fb49a34430bd09736b4a9
manifest
manifest.uuid
src/vdbe.c
test/with3.test