]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Min() and max() functions honor the distinction between TEXT and NUMERIC
authordrh <drh@noemail.net>
Wed, 25 Feb 2004 13:47:31 +0000 (13:47 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Feb 2004 13:47:31 +0000 (13:47 +0000)
commit268380ca9ed4e5c1ac172f9650d6192bafd0346d
treeda7230d896c790bebb5fee48a5bb088880691889
parentd41d73d556d256f7732fb6a79063457b90f5dabc
Min() and max() functions honor the distinction between TEXT and NUMERIC
data.  Ticket #623.  typeof() is now a user function.  Some tests are
now failing due to ticket #521. (CVS 1272)

FossilOrigin-Name: adbe31adf1ad0ca723203ca3d7dc480324c60d43
manifest
manifest.uuid
src/copy.c
src/expr.c
src/func.c
src/main.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h
test/minmax.test