]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the SQLITE_STOREP2 and SQLITE_KEEPNULL options from the comparison
authordrh <>
Mon, 29 Mar 2021 18:53:47 +0000 (18:53 +0000)
committerdrh <>
Mon, 29 Mar 2021 18:53:47 +0000 (18:53 +0000)
commit4bc20452b585f718edf5fe978828e13a0f5a85d5
tree7a86954647b77565da9ec5ff3d31450efcff606f
parent871e7ff43db2fffa5cee2b4db263a28bda51a2cb
Omit the SQLITE_STOREP2 and SQLITE_KEEPNULL options from the comparison
opcodes, allowing them to run faster.  This required refactoring the
vector comparison logic, which in turn required changing OP_ElseNotEq into
OP_ElseEq.

FossilOrigin-Name: 380b46054b6a9b67e57357815e8e94057253fa3cce838ae76e5d5031c6bd26b2
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c