SQLite

All files named ”ext/misc/array.c”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for ext/misc/array.c

2016-07-03
02:35
Renamed to ext/misc/carray.c. 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. (check-in: [a204ba99db] user: drh branch: prototype-int-array, size: 0)
2016-07-02
20:57
[bce2608f12] part of check-in [7c3d441f2a] Fix an off-by-one comparison in the intarray() virtual table. Get the intarray() virtual table tests working using the legacy makefile. (check-in: [7c3d441f2a] user: drh branch: prototype-int-array, size: 8500)
2016-06-29
05:00
Added: [20af0591e6] part of check-in [233b33382d] Add a prototype intarray($PTR,$N) table valued function. (check-in: [233b33382d] user: drh branch: prototype-int-array, size: 8652)