]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_ZeroOrNull opcode and use it to compute boolean values for
authordrh <>
Mon, 29 Mar 2021 14:40:48 +0000 (14:40 +0000)
committerdrh <>
Mon, 29 Mar 2021 14:40:48 +0000 (14:40 +0000)
commit871e7ff43db2fffa5cee2b4db263a28bda51a2cb
tree92a2dd0dc08f68530b57d72e3ca8fe6e60d45c63
parent1f97d2618b6c2f7d5ed7b76b71f1f6ffcf15ff8c
Add the OP_ZeroOrNull opcode and use it to compute boolean values for
scalar comparisons, rather than the SQLITE_STOREP2 parameter to the comparison
opcode.

FossilOrigin-Name: 93781b6f10a94fb273204b95156a8b90e07071f28c89e7966c659a0f44f60e98
manifest
manifest.uuid
src/expr.c
src/vdbe.c