From: | Barry Lind <blind(at)xythos(dot)com> |
---|---|
To: | Rich Cullingford <rculling(at)sysd(dot)com> |
Cc: | pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: Status of Arrays in JDBC with PostgreSQL 7.3.1 |
Date: | 2003-01-16 16:47:34 |
Message-ID: | 3E26E226.9040908@xythos.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
From | Date | Subject | |
---|---|---|---|
Next Message | Isaías Cristiano Barroso | 2003-01-16 19:31:36 | Error Code |
Previous Message | Rich Cullingford | 2003-01-16 15:09:24 | Status of Arrays in JDBC with PostgreSQL 7.3.1 |