Re: patch: support user implementations of Array in setArray() - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: patch: support user implementations of Array in setArray()
Date
Msg-id 20030723034307.GQ31669@opencloud.com
Whole thread Raw
In response to patch: support user implementations of Array in setArray()  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
On Wed, Jul 23, 2003 at 02:17:09AM +1200, Oliver Jowett wrote:
> This patch modifies setArray() to handle implementations of Array other than
> the driver's own (which you can only get from getArray(), anyway, making
> setArray() not very useful currently).

I've just realized that this is unlikely to support multidimensional arrays
as it stands. Then again, the current getArray() implementation doesn't
support them either.

-O

pgsql-jdbc by date:

Previous
From: Joe Conway
Date:
Subject: Re: the IN clause saga
Next
From: "David Wall"
Date:
Subject: Detecting 'socket errors' - SQLSTATE patch