]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure that integer values are converted to real when pulled from
authordrh <drh@noemail.net>
Sat, 24 Feb 2007 11:52:52 +0000 (11:52 +0000)
committerdrh <drh@noemail.net>
Sat, 24 Feb 2007 11:52:52 +0000 (11:52 +0000)
commit945498f3f2bd6e1f6dbc7ca14383295609173a68
tree4a7e6eb43da8288d8346638a81deaf5e39174516
parent3e35580779f5313ecfaa3e9ef83383cb5bf7223e
Make sure that integer values are converted to real when pulled from
a REAL table column by GROUP BY.  Ticket #2251.  Also make sure default
values are correctly expanded.  There may be other places in the code
where this issue comes up - we need to look further. (CVS 3659)

FossilOrigin-Name: e11bbf174c5a2fa75e3d1dd450c8b2a18f40e4da
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
test/alter.test
test/select3.test