]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Proposed optimization to the IS NULL and NOT NULL operators that avoids
authordrh <>
Thu, 13 Oct 2022 12:47:33 +0000 (12:47 +0000)
committerdrh <>
Thu, 13 Oct 2022 12:47:33 +0000 (12:47 +0000)
commite995d2c226e2b65c5e40cd238415bdfeb0936e8c
tree9b2219f327bd1fb7af389ed14bdcd52f32e2e45d
parent1ffb6be1195c592e6c85d57603984b1f36bfde62
Proposed optimization to the IS NULL and NOT NULL operators that avoids
loading the entire content of larges strings and BLOBs.  Response to
[forum:/info/3c08d4715dc05b00|forum post 3c08d4715dc05b00].

FossilOrigin-Name: 45f171565442f9fd6574fb93ae7abe83c168b20be68af42531bc55571450d3ab
manifest
manifest.uuid
src/expr.c
src/pragma.c
src/vdbe.h
src/vdbeaux.c