Re: AbstractJdbc2Array - another patch

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: AbstractJdbc2Array - another patch
Дата
Msg-id Pine.BSO.4.64.0712010316190.12362@leary.csoft.net
обсуждение исходный текст
Ответ на Re: AbstractJdbc2Array - another patch  (Marek Lewczuk <newsy@lewczuk.com>)
Ответы Re: AbstractJdbc2Array - another patch  (Marek Lewczuk <newsy@lewczuk.com>)
Список 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 по дате отправления:

Предыдущее
От: Roy Smith
Дата:
Сообщение: "create type" custom types not supported by JDBC
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: "create type" custom types not supported by JDBC