]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem with NULL handling in aggregate min/max when returning output-minmax-row
authordrh <drh@noemail.net>
Thu, 2 Feb 2012 18:42:09 +0000 (18:42 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Feb 2012 18:42:09 +0000 (18:42 +0000)
commit94a6d998f6ce481f7d0a2ef2e1619cdef5ebb10e
tree5d037d2fdd13624db414897e18adb9db85c93057
parent7a95789c0c21a39e8bd9972b92262c63a2ae820a
Fix a problem with NULL handling in aggregate min/max when returning
values from the row containing the min or max.

FossilOrigin-Name: f27c7b4fb193126548e6a620ac89664d1efa3856
manifest
manifest.uuid
src/func.c
test/e_select.test
test/minmax4.test [new file with mode: 0644]