]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Virtual table modules with a null xCreate method act as eponymous-only modules -
authordrh <drh@noemail.net>
Wed, 19 Aug 2015 13:54:20 +0000 (13:54 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Aug 2015 13:54:20 +0000 (13:54 +0000)
commit398f872d1f8d264068bc58ab9947cb7aa6a42427
tree0c33465e0e1285f706c6df99762fda6f16762746
parentb89c92a615f007e303792072517d80980bed4850
Virtual table modules with a null xCreate method act as eponymous-only modules -
they cannot be used in a CREATE VIRTUAL TABLE statement.  Add the series.c
extension that implements a postgres-like generate_series virtual table to
demonstrate this capability.

FossilOrigin-Name: c58426dbd5ea8b8440ebcc1214f79fa63d658216
Makefile.in
Makefile.msc
ext/misc/series.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/test1.c
src/vtab.c
test/tabfunc01.test [new file with mode: 0644]