Re: BIGINT <-> java.lang.String auto cast

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: BIGINT <-> java.lang.String auto cast
Дата
Msg-id 42966881.2000609@opencloud.com
обсуждение исходный текст
Ответ на Re: BIGINT <-> java.lang.String auto cast  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: BIGINT <-> java.lang.String auto cast  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:
> Well, this is defined
>
> setObject( n, Double, Types.boolean) and the backend doesn't handle it

Ah, ok, guess we missed that one. AFAIK the driver should handle most of
the required conversions, though -- I don't see that adding support for
(for example) double->boolean requires a complete rewrite of setObject()
as you originally suggested, we already have a structure in place for
conversions?

What other conversions is the driver missing?

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: BIGINT <-> java.lang.String auto cast
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: BIGINT <-> java.lang.String auto cast