]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the code generator for the IN operator so that it avoids creating
authordrh <drh@noemail.net>
Sun, 22 Dec 2019 23:48:36 +0000 (23:48 +0000)
committerdrh <drh@noemail.net>
Sun, 22 Dec 2019 23:48:36 +0000 (23:48 +0000)
commit4799488e163c02508894a7c71f256605f45d9645
tree30349994224067772235bf90ce7f865bd8eec1dd
parent5d762b2d1d5abc0fe8f438ee7e588bb29f830ab8
Change the code generator for the IN operator so that it avoids creating
OP_Eq and OP_Ne opcode with the same P1 and P3 arguments.  This enables us
to back out check-in [ddb17d92df194337] and also fix ticket [188f912b51cd802].

FossilOrigin-Name: 9ab985a9c8160b905730678f40ed440a246cdec549c798bafefaed5abbc0437f
manifest
manifest.uuid
src/expr.c
src/vdbe.c