Kris Jurka <bo...@ejurka.com> wrote:
 
> You need to pass an instance of java.sql.Array, not a Collection
> or something else that is array like.
 
Ah, right.  After extracting an array from the java.util.ArrayList,
it needs to be turned into a java.sql.Array using the
Connection.createArrayOf method.
 
Most definitely not a PostgreSQL bug.
 
-Kevin

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to