From: | "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> |
---|---|
To: | "Kris Jurka" <books(at)ejurka(dot)com>, "beulah prasanthi" <itsbeulah(at)gmail(dot)com> |
Cc: | <pgsql-bugs(at)postgresql(dot)org>,<pgsql-general(at)postgresql(dot)org> |
Subject: | Re: helo |
Date: | 2010-02-22 17:46:09 |
Message-ID: | 4B826E81020000250002F47C@gw.wicourts.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-general |
Kris Jurka <books(at)ejurka(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2010-02-22 17:55:17 | Re: BUG #5118: start-status-insert-fatal |
Previous Message | Bruce Momjian | 2010-02-22 17:31:46 | Re: BUG #5118: start-status-insert-fatal |
From | Date | Subject | |
---|---|---|---|
Next Message | dipti shah | 2010-02-22 17:47:26 | SET Role doesn't work from Security Definer Function... |
Previous Message | dipti shah | 2010-02-22 17:34:37 | Re: What is unsecure postgres languages? How to disable them? |