]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A SUM() of all NULLs returns NULL. A SUM() of nothing return 0.
authordrh <drh@noemail.net>
Thu, 8 Sep 2005 19:45:57 +0000 (19:45 +0000)
committerdrh <drh@noemail.net>
Thu, 8 Sep 2005 19:45:57 +0000 (19:45 +0000)
commit3f219f46fc370746c600b7b862f35d75dad236cd
tree2c14943d02c99b80b366743d822cd8cb73ce85e5
parent825c662e66294bce1a805e16177e57565f28503f
A SUM() of all NULLs returns NULL.  A SUM() of nothing return 0.
A SUM() of a mixture of NULLs and numbers returns the sum of the
numbers.  Ticket #1413. (CVS 2677)

FossilOrigin-Name: 2e6230edfd651b40481ebad8aa01a22ac92ce80c
manifest
manifest.uuid
src/func.c
test/func.test
test/minmax.test