in reply to Re^3: DBD::SQLite, how to pass array in query via placeholder?
in thread DBD::SQLite, how to pass array in query via placeholder?

FWIW, I think arrays passed as parameters to prepared queries is in the SQL:2003 standard as of S201-01.

--Daniel

  • Comment on Re^4: DBD::SQLite, how to pass array in query via placeholder?

Replies are listed 'Best First'.
Re^5: DBD::SQLite, how to pass array in query via placeholder?
by locked_user sundialsvc4 (Abbot) on Apr 11, 2011 at 17:38 UTC

    I cannot speak to whether this is so.   (That’s what I like about this place:   you learn something new around here every day.)   Thanks for the heads-up.