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

Well, yes, “and then there’s Postgres.”   :-)   But Postgres goes beyond the traditional SQL model – and does so very well – in many ways beyond just this.   Good point.

Replies are listed 'Best First'.
Re^4: DBD::SQLite, how to pass array in query via placeholder?
by danb (Friar) on Apr 11, 2011 at 03:13 UTC
    FWIW, I think arrays passed as parameters to prepared queries is in the SQL:2003 standard as of S201-01.

    --Daniel

      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.