Re: Status of Arrays in JDBC with PostgreSQL 7.3.1 - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: Status of Arrays in JDBC with PostgreSQL 7.3.1
Date
Msg-id 3E26E226.9040908@xythos.com
Whole thread Raw
In response to Status of Arrays in JDBC with PostgreSQL 7.3.1  (Rich Cullingford <rculling@sysd.com>)
List pgsql-jdbc
Rich,

I think the problem is more one of the jdbc driver doesn't support the
inet datatype in general.  The existing Array code doesn't work for
datatypes the driver doesn't understand.

--Barry

Rich Cullingford wrote:
> We have a DB in which columns containing inet[] arrays are defined. My
> attempts to use Array.getArray() or getResultSet() to read them back
> leads to "unimplemented method" errors from Driver. The compliance page
> says "Arrays should be supported as of 7.2" and at least one recent
> email describes a successful readback of a Numeric[] of Integers. Is
> there anything I can do at this point?
>                                 Rich Cullingford
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>




pgsql-jdbc by date:

Previous
From: Rich Cullingford
Date:
Subject: Status of Arrays in JDBC with PostgreSQL 7.3.1
Next
From: Isaías Cristiano Barroso
Date:
Subject: Error Code