On Thu, Dec 6, 2018 at 8:49 AM Hick Gunter <h...@scigames.at> wrote:

> ... which is what SQLite does internally if you provide a list of literal
> values inside the parentheses.
>

Which is IMHO a pity that there's no API to bind such an ephemeral table
and 'bind" it.

Heck, given how the carray() eponymous vtable works, just have SQLite
itself manage that
array internally, tying its lifetime to the statement's lifetime, and
provide ways to "pushback"
typed values in a safe manner, possibly with the existing bind APIs, would
achieve the desired
result with very little code I suspect. Oh well... --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to