Thread: getArrayImpl function

getArrayImpl function

From
mephysto
Date:
Hi there,
I'm using last version of postgres JDBC4 to build a library to access a
postgres database. In have problem to extract columuns that contains Arrays
when I try to populate a CachedRowSet.

I catch this exception:

java.sql.SQLFeatureNotSupportedException: Method
org.postgresql.jdbc4.Jdbc4Array.getArrayImpl(long,int,Map) is not yet
implemented




Do an implementation of this function exists, or is it planned?

Thanks in advance.

Mephysto





--
View this message in context: http://postgresql.1045698.n5.nabble.com/getArrayImpl-function-tp5765763.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


Re: getArrayImpl function

From
Dave Cramer
Date:
Hi,

This is not currently implemented, and I currently have no plans to implement it.

I will gladly accept a patch that does however

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Wed, Jul 31, 2013 at 10:34 AM, mephysto <mephystoonhell@gmail.com> wrote:
Hi there,
I'm using last version of postgres JDBC4 to build a library to access a
postgres database. In have problem to extract columuns that contains Arrays
when I try to populate a CachedRowSet.

I catch this exception:

java.sql.SQLFeatureNotSupportedException: Method
org.postgresql.jdbc4.Jdbc4Array.getArrayImpl(long,int,Map) is not yet
implemented




Do an implementation of this function exists, or is it planned?

Thanks in advance.

Mephysto





--
View this message in context: http://postgresql.1045698.n5.nabble.com/getArrayImpl-function-tp5765763.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


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

Re: getArrayImpl function

From
Mephysto
Date:

Ok Dave,
Thank you very much. I'll try to build a patch.

Bye

Meph

Il giorno 01/ago/2013 13:13, "Dave Cramer" <pg@fastcrypt.com> ha scritto:
Hi,

This is not currently implemented, and I currently have no plans to implement it.

I will gladly accept a patch that does however

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Wed, Jul 31, 2013 at 10:34 AM, mephysto <mephystoonhell@gmail.com> wrote:
Hi there,
I'm using last version of postgres JDBC4 to build a library to access a
postgres database. In have problem to extract columuns that contains Arrays
when I try to populate a CachedRowSet.

I catch this exception:

java.sql.SQLFeatureNotSupportedException: Method
org.postgresql.jdbc4.Jdbc4Array.getArrayImpl(long,int,Map) is not yet
implemented




Do an implementation of this function exists, or is it planned?

Thanks in advance.

Mephysto





--
View this message in context: http://postgresql.1045698.n5.nabble.com/getArrayImpl-function-tp5765763.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


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