]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The idea here was to simply an expression like "(a=5) IS TRUE" into broken-istrue-opt
authordrh <>
Mon, 29 Jul 2024 17:59:55 +0000 (17:59 +0000)
committerdrh <>
Mon, 29 Jul 2024 17:59:55 +0000 (17:59 +0000)
commitede695ab2329f7ab1cacfb0009e78985fdb763d3
tree65025a7ddf19cdd62cb015c4ff8db7406c2e9e0b
parent07f215ad9e3606253d9bc52d59e46a9c7d9a1b63
The idea here was to simply an expression like "(a=5) IS TRUE" into
"(a=5)=TRUE".  But that does not work, since the original
form is FALSE if y is NULL whereas the second form is NULL.  Patch
save for historical reference only.

FossilOrigin-Name: d029e94399ab3efc5d7f424493cb6e066b2c94a800d8e815328c570e8a585eb4
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/sqliteInt.h