]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to the application-defined function mechanism so that it is many-app-functions
authordrh <drh@noemail.net>
Mon, 15 Feb 2016 00:34:16 +0000 (00:34 +0000)
committerdrh <drh@noemail.net>
Mon, 15 Feb 2016 00:34:16 +0000 (00:34 +0000)
commit80738d9c3ed3b1fa4311eee0ed9a2891136718d3
tree16cea79813882cb89294e20832e902c86b5478dd
parente75a9eb9bbf2e2934e292b475088f447191f9cf4
Improvements to the application-defined function mechanism so that it is
more compact and runs faster, especially when the application defines
thousands of new SQL functions.

FossilOrigin-Name: 3201fbcc5105d23132e6b8b7ac825e66af4f8a39
15 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/callback.c
src/date.c
src/expr.c
src/func.c
src/global.c
src/main.c
src/resolve.c
src/sqliteInt.h
src/util.c
src/vdbemem.c