Skip to content
Prev 343066 / 398506 Next

pass vector binding to DBI parameter (rsqlite)

Yes, of course, that's an obvious work-around, thanks. Another one is
to use temporary tables.

But I'd like to know if binding a vector to an SQL parameter is
possible in rsqlite (or even in the DBI API or with other drivers --
it seems to me it isn't). This seems like a nasty shortcoming
(especially in light of SQL injection, but there are other
considerations).
On 8/12/14, John McKown <john.archie.mckown at gmail.com> wrote: