]> git.ipfire.org Git - thirdparty/sqlite.git/commit
This patch contains the beginnings of the data-typing infrastructure.
authordrh <drh@noemail.net>
Thu, 20 Jun 2002 11:36:48 +0000 (11:36 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Jun 2002 11:36:48 +0000 (11:36 +0000)
commitc9b84a1fb1e7ce504dc8f7a9de4c7e8cd8fecedc
tree5818183d74c5972ede27178ba3a4649108cbc35f
parentc926afbc2d86ce0a2c2c980f5f7d71382004614f
This patch contains the beginnings of the data-typing infrastructure.
The new build-in TypeOf() function is added.  New opcodes for doing
pure text comparisons are added.  Most changes are disabled pending
the 2.6.0 release. (CVS 632)

FossilOrigin-Name: cbbc858d973c2d515c6a2464981316549a241b73
manifest
manifest.uuid
src/build.c
src/expr.c
src/func.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbe.c
src/vdbe.h