]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Minor refactor of the SrcList object so that it is able to hold the argument
authordrh <drh@noemail.net>
Wed, 19 Aug 2015 15:20:00 +0000 (15:20 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Aug 2015 15:20:00 +0000 (15:20 +0000)
commit8a48b9c0b18e01b0fec665ad1c86a6fce5fbf1cf
tree585273f1e2fc5552b6442e4d53aa0eb174334eb6
parent398f872d1f8d264068bc58ab9947cb7aa6a42427
Minor refactor of the SrcList object so that it is able to hold the argument
list to a table-valued-function in the FROM clause.

FossilOrigin-Name: b919376147597c4b73421abe5788f893baf1560b
12 files changed:
manifest
manifest.uuid
src/build.c
src/expr.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/where.c
src/wherecode.c
test/tabfunc01.test