]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Completely remove the old SQL function system and replace it with the
authordrh <drh@noemail.net>
Thu, 28 Feb 2002 00:41:10 +0000 (00:41 +0000)
committerdrh <drh@noemail.net>
Thu, 28 Feb 2002 00:41:10 +0000 (00:41 +0000)
commit0bce8354b4a4cc53a32a548108477cb3b33f2d0a
tree19a53912faac3e3b97f2813e0ed940483b54aecf
parentdd5baa95e81b1aa25d5314c2452afc0560110c08
Completely remove the old SQL function system and replace it with the
new user functions.  The code currently compiles but it coredumps on the
test suite.  Do not use in its present state. (CVS 400)

FossilOrigin-Name: 50797fee5066ec9ea23b720e5ab7e8fc8ccc1988
manifest
manifest.uuid
src/expr.c
src/func.c
src/main.c
src/select.c
src/sqliteInt.h
src/util.c
src/vdbe.c
src/vdbe.h