]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a single-argument form to the CARRAY table-valued function, with
authordrh <drh@noemail.net>
Tue, 17 Nov 2020 14:41:37 +0000 (14:41 +0000)
committerdrh <drh@noemail.net>
Tue, 17 Nov 2020 14:41:37 +0000 (14:41 +0000)
commitea847f1b94e70bf25121079f42589d3e16a3d5b1
treec85be7adb27487c986adefe91b45888471f07901
parentb035b87ef8f75b69f1bab2063871d45a753fff96
Add a single-argument form to the CARRAY table-valued function, with
content bound using the sqlite3_carray_bind() interface that is included
with the extension.

FossilOrigin-Name: 7b229cb1202be203a87b8f47d284313f357deb1e6dfeb94bba7b46744c33512e
ext/misc/carray.c
ext/misc/carray.h [new file with mode: 0644]
manifest
manifest.uuid
src/test1.c
test/carray01.test [new file with mode: 0644]