]> git.ipfire.org Git - thirdparty/sqlite.git/commit
All the code is now in place for SQLite to distinguish between NUMERIC and
authordrh <drh@noemail.net>
Fri, 5 Jul 2002 21:42:36 +0000 (21:42 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Jul 2002 21:42:36 +0000 (21:42 +0000)
commit38640e15af4c00270c20bdf980225e2a6f7423b5
tree1b9058300f5925b8c907d679b9c9a23e4e6b5943
parent2f2c01e51d09713efafb1e600e0136595acb77c4
All the code is now in place for SQLite to distinguish between NUMERIC and
TEXT datatypes.  Still need to turn on the new code and test it. (CVS 659)

FossilOrigin-Name: b4737a16c997a6c139d616211fb6bc4b0fae181c
12 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/insert.c
src/parse.y
src/select.c
src/sqliteInt.h
src/update.c
src/util.c
src/vdbe.c
test/table.test