]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the OP_OpenDup opcode so that it is able to duplicate a cursor that
authordrh <>
Thu, 18 Mar 2021 16:47:24 +0000 (16:47 +0000)
committerdrh <>
Thu, 18 Mar 2021 16:47:24 +0000 (16:47 +0000)
commit8d81aac13ffb7fa9991eefbb36d8fc31ecdb98a5
tree4e8af92966061459d59e9e5f10c0c481f79d0d6a
parent8df014979e9c0a113bc38145d84ca986b2e30934
parent76f7b16f1ee50a7677989ad93e1652bd31c131b7
Fix the OP_OpenDup opcode so that it is able to duplicate a cursor that
was itself opened by OP_OpenDup.  Add additional verification of
ephemeral tables.  Fix for ticket [bb8a9fd4a9b7fce5].

FossilOrigin-Name: bcbe5308f3a3b94f965b0f5627cb29cce2e09343b86d757e2de889f7773576e7
manifest
manifest.uuid
src/btree.c
src/vdbe.c
src/vdbeaux.c