Re: getArrayImpl function

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: mephysto <mephystoonhell(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getArrayImpl function
Date: 2013-08-01 11:13:08
Message-ID: CADK3HHK6wtJLESHS1eqA5ngyPLFTp3thvDMF_unSGrDY__cJjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mephysto 2013-08-01 11:38:36 Re: getArrayImpl function
Previous Message Jeremy Whiting 2013-07-31 14:52:25 Re: [BUGS] Incorrect response code after XA recovery