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

Well, except for when you can

Good Day,
    Dean

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

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

    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.

      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.