/ Changes On Branch prototype-int-array
Login

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

Changes In Branch prototype-int-array Excluding Merge-Ins

This is equivalent to a diff from bead151e72 to a204ba99db

2016-07-04
11:34
Add the carray() virtual table as a loadable extension. (check-in: d8bc6feb99 user: drh tags: trunk)
2016-07-03
02:35
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. (Closed-Leaf check-in: a204ba99db user: drh tags: prototype-int-array)
2016-07-02
20:57
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 tags: prototype-int-array)
20:51
Merge the alternative table-valued function RHS of IN operator implementation from trunk. (check-in: 507fdbfb54 user: drh tags: prototype-int-array)
12:33
Fix a problem in table-valued functions on the RHS of an IN operator that occurs following an OOM error. (check-in: bead151e72 user: drh tags: trunk)
12:08
Add support for table-valued functions on the RHS of an IN operator. (check-in: ac6000f050 user: drh tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Added ext/misc/carray.c.

Changes to main.mk.

Changes to src/test1.c.

Changes to test/tabfunc01.test.