Re: AbstractJdbc2Array - another patch - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: AbstractJdbc2Array - another patch
Date
Msg-id Pine.BSO.4.64.0712010316190.12362@leary.csoft.net
Whole thread Raw
In response to Re: AbstractJdbc2Array - another patch  (Marek Lewczuk <newsy@lewczuk.com>)
Responses Re: AbstractJdbc2Array - another patch  (Marek Lewczuk <newsy@lewczuk.com>)
List pgsql-jdbc

On Tue, 27 Nov 2007, Marek Lewczuk wrote:

> [one more patch for multi-dimensional arrays]
>

Applied with one last minor fix.  Array elements are escaped differently
than literals or identifiers, so I've added a new escapeArrayElement
method instead of trying to use connection.escapeString.

> Btw, you didn't answer about ResultSetMetaData.getColumnTypeName() - does it
> mean, that we won't do anything with that in near future ?
>

I don't have any immediate plans to work on this issue.  The 8.3 release
is coming fast and there are two more large patches that I need to have
another look at (copy + binary transfer).  Schema qualifying all types has
been a problem since the 7.3 release and we haven't heard a whole lot of
complaints about it, so I'm not hugely concerned.  That's not to say I
don't think we should fix it, just that it's low on my priority list.  If
you want to work on it, I'd be happy to look at whatever you come up with.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Roy Smith
Date:
Subject: "create type" custom types not supported by JDBC
Next
From: Kris Jurka
Date:
Subject: Re: "create type" custom types not supported by JDBC