]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refinements to NULL processing: NULLs are indistinct for DISTINCT and UNION.
authordrh <drh@noemail.net>
Fri, 31 May 2002 15:51:25 +0000 (15:51 +0000)
committerdrh <drh@noemail.net>
Fri, 31 May 2002 15:51:25 +0000 (15:51 +0000)
commitf570f011ebb27fece3bc44eec067dbab8b0a337a
treede6f07ce1a7ba15d993a24c0a88ad7ab72a5535a
parent0f89253e219ffe31f33ea946adbe3cfa06c6e781
Refinements to NULL processing: NULLs are indistinct for DISTINCT and UNION.
Multiplying a NULL by zero yields zero. In a CASE expression, a NULL comparison
is considered false, not NULL.  With these changes, NULLs in SQLite now work
the same as in PostgreSQL and in Oracle. (CVS 600)

FossilOrigin-Name: da61aa1d238539dff9c43fd9f464d311e28d669f
manifest
manifest.uuid
src/expr.c
src/func.c
src/select.c
src/util.c
src/vdbe.c
test/expr.test
test/minmax.test
test/null.test [new file with mode: 0644]
test/select4.test