SQLite

Check-in [507fdbfb54]
Login

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

Overview
Comment:Merge the alternative table-valued function RHS of IN operator implementation from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | prototype-int-array
Files: files | file ages | folders
SHA1: 507fdbfb54ce377f0d870260b07d71b797843fcf
User & Date: drh 2016-07-02 20:51:31.298
Context
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)
2016-06-29
06:19
Add the ability to have a table-valued function on the RHS of an IN operator. (check-in: ba1b441b60 user: drh tags: prototype-int-array)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/parse.y.
Changes to src/whereexpr.c.
Added test/collateB.test.
Changes to test/tabfunc01.test.