]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are now
authordrh <drh@noemail.net>
Tue, 1 Nov 2005 15:48:24 +0000 (15:48 +0000)
committerdrh <drh@noemail.net>
Tue, 1 Nov 2005 15:48:24 +0000 (15:48 +0000)
commit8df447f0e6aff82ea4261507f29ee6ab724cb489
tree43a088577d54400a5bc7b697a53be5bbfe05cc94
parentb12761293300b49d676017f5576fdd6866f9eb8e
Omit the SQLITE_AFF_INTEGER type affinity.  All numeric values are now
of type real, though an integer representation is still sometimes used
internally for efficiency. (CVS 2753)

FossilOrigin-Name: e0d6f61c7de2c03b8fd17ef37cf1a0add36ee618
24 files changed:
manifest
manifest.uuid
src/analyze.c
src/build.c
src/expr.c
src/insert.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbemem.c
test/cast.test
test/collate1.test
test/expr.test
test/func.test
test/index.test
test/main.test
test/misc1.test
test/misc5.test
test/quote.test
test/select3.test
test/select6.test
test/sort.test
test/types.test
test/types3.test