]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to optimize "x IS NULL" and "x IS NOT NULL" expressions when x is a column... ifnull-opt
authordan <Dan Kennedy>
Fri, 26 Feb 2021 20:14:32 +0000 (20:14 +0000)
committerdan <Dan Kennedy>
Fri, 26 Feb 2021 20:14:32 +0000 (20:14 +0000)
commit8ddf686267c58ee0e519cfd9024f177e606be0ab
tree2972477484a91b982f5b2d4e005d4199550ee208
parent4b17455ab2f38d51ab0dcd6f01dd8d99c8229e8c
Attempt to optimize "x IS NULL" and "x IS NOT NULL" expressions when x is a column with a NOT NULL constraint.

FossilOrigin-Name: 5ecd842555009ce27ee6390325ac5c2504143474b12b730933f0833b3dad788a
manifest
manifest.uuid
src/resolve.c
src/select.c
src/whereexpr.c
test/notnull2.test [new file with mode: 0644]