]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Adjust the parser so that the value of TK_ISNOT is similar to the value of
authordrh <>
Thu, 6 Jun 2024 01:21:57 +0000 (01:21 +0000)
committerdrh <>
Thu, 6 Jun 2024 01:21:57 +0000 (01:21 +0000)
commitfd6beda14be03cb0236a853128fa1cae8373eea3
treeed3c1becc1be11283ff0992c203a113980a70c17
parent48f5e527283d1f8a3811bd157a15d1ae34ad03d7
Adjust the parser so that the value of TK_ISNOT is similar to the value of
TK_IS.  This helps the compiler generate faster switch() statements on the
Expr.op fields when there are cases for TK_ISNOT and other common operators.

FossilOrigin-Name: 34f05c3d89b2dd15e4b0d1ba292df7de3dfc54b505c0ba145cc3db52cf020845
manifest
manifest.uuid
src/parse.y
src/whereexpr.c