Re: patch: support user implementations of Array in setArray()

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: patch: support user implementations of Array in setArray()
Date: 2003-07-23 03:43:08
Message-ID: 20030723034307.GQ31669@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oana Mitrea 2003-07-23 05:38:29 unsubscribe me please
Previous Message Barry Lind 2003-07-23 03:26:51 Re: Statement.executeQuery() and no results