]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Combine the xFunc and xStep pointers of the FuncDef object into a single
authordrh <drh@noemail.net>
Thu, 14 Jan 2016 22:19:58 +0000 (22:19 +0000)
committerdrh <drh@noemail.net>
Thu, 14 Jan 2016 22:19:58 +0000 (22:19 +0000)
commit2d80151f324fc8b4ba93c96bfc7547ce62a8a80f
tree87f448eb2c28bc3fceb46c5ffdc967a68dac3a0c
parent2cfe049f40d61a17ababf57e0575a12f761a7841
Combine the xFunc and xStep pointers of the FuncDef object into a single
pointer xSFunc.

FossilOrigin-Name: 0d1b3d7d3ca66cb0b97493f1aeade1703af3c9f4
13 files changed:
manifest
manifest.uuid
src/analyze.c
src/attach.c
src/callback.c
src/expr.c
src/main.c
src/resolve.c
src/sqliteInt.h
src/vdbe.c
src/vdbeapi.c
src/vdbemem.c
src/vtab.c