]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of the intarray() extension to carray() and give it an prototype-int-array
authordrh <drh@noemail.net>
Sun, 3 Jul 2016 02:35:47 +0000 (02:35 +0000)
committerdrh <drh@noemail.net>
Sun, 3 Jul 2016 02:35:47 +0000 (02:35 +0000)
commit2e3f87ae8493817ceaddc316077b49d081e4e9db
tree4e6296da4d8e136b7b5946a67ba8bd308bcade89
parentba637157cad2aca6a4157d280e9a5559c5ed3a2d
Change the name of the intarray() extension to carray() and give it an
optional third parameter that specifies the datatype as one of 'int32',
'int64', 'double', or 'char*'.  'int32' is the default.

FossilOrigin-Name: a204ba99db34b356acb259189158a32d2df25da0
Makefile.in
Makefile.msc
ext/misc/array.c [deleted file]
ext/misc/carray.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/test1.c
test/tabfunc01.test