]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the OP_OpenEphemeral opcode in the bytecode engine so that if it is called
authordrh <drh@noemail.net>
Mon, 31 Dec 2018 16:36:42 +0000 (16:36 +0000)
committerdrh <drh@noemail.net>
Mon, 31 Dec 2018 16:36:42 +0000 (16:36 +0000)
commit4afdfa195b0ae5fe3b8638c722c937792d3cfd0c
tree10a99fe9b774a31410da9ad96939cb7958acde0d
parentd1d158bf5abbab97ee65462c7ee391693ce7ffd7
Fix the OP_OpenEphemeral opcode in the bytecode engine so that if it is called
a second or subsequent time, it merely clears the existing table rather than
creating a new one.  Proposed fix for ticket [d0866b26f83e9c55e30de0821f5d].

FossilOrigin-Name: 4678cb1044f0b4dc813e48f3bd0f85240a66e2ecf8763280d66726cc031c93a7
manifest
manifest.uuid
src/vdbe.c
test/window1.test