Re: setObject(...) with native Java arrays like String[] ? - Mailing list pgsql-jdbc

From John Lister
Subject Re: setObject(...) with native Java arrays like String[] ?
Date
Msg-id 50347EBC.2090505@kickstone.com
Whole thread Raw
In response to setObject(...) with native Java arrays like String[] ?  (Craig Ringer <ringerc@ringerc.id.au>)
Responses Re: setObject(...) with native Java arrays like String[] ?  (dmp <danap@ttc-cmc.net>)
List pgsql-jdbc
On 22/08/2012 04:09, Craig Ringer wrote:

I was recently surprised to find that PgJDBC doesn't accept Java arrays as parameters to prepared statements.
As was I, I posted a patch a couple of months ago that did the same thing but also accepted java List types as well (I'm often using these especially with JPA and it would be nice to pass them into the driver), although it seems to have been silently ignored. Maybe I'll repost it.

John

pgsql-jdbc by date:

Previous
From: Maciek Sakrejda
Date:
Subject: Re: setObject(...) with native Java arrays like String[] ?
Next
From: dmp
Date:
Subject: Re: setObject(...) with native Java arrays like String[] ?