On Thu, Sep 22, 2016 at 9:04 PM, Richard Hipp <d...@sqlite.org> wrote:

> Our current schedule for the next SQLite release (3.15.0) is for
> 2016-10-14.
> [...] you can review the change log
> (https://www.sqlite.org/draft/releaselog/3_15_0.html).



> SQLite Release 3.15.0 (Pending)
>
> Added support for row values.
>

https://www.sqlite.org/draft/rowvalue.html

When do we get to bind row values?

For a long time, I've wanted to bind the RHS of a IN operator of arbitrary
size,
instead of
1) having to hard-code the cardinality, e.g. IN (:1, :2);
2) or use a tmp table to insert the values and use a subquery;
3) somehow use an eponymous vtable as the RHS.

None of which is very clean or satisfying.
Any chance this could be finally cleaned up by binding a row value instead?
--DD
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to