Status of Arrays in JDBC with PostgreSQL 7.3.1

From: Rich Cullingford <rculling(at)sysd(dot)com>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Status of Arrays in JDBC with PostgreSQL 7.3.1
Date: 2003-01-16 15:09:24
Message-ID: 3E26CB24.5070502@sysd.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-01-16 16:47:34 Re: Status of Arrays in JDBC with PostgreSQL 7.3.1
Previous Message V. Cekvenich 2003-01-16 14:15:55 Re: Postgres JDBC3 driver compliance