Re: Bug: Driver(8.2dev-500.jdbc3) does not handle

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Дата
Msg-id 1135157548.14216.108.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: Bug: Driver(8.2dev-500.jdbc3) does not handle boolean->BIT  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Список pgsql-jdbc
[snip]
> Another possible mapping would be to/from a Java boolean array. This has
> the problem that a Java array of booleans passed to setObject() should
> probably be mapped to an array of booleans on the server side, not to a
> bit(n) type.

What about a java.util.BitSet ? Or does it have to extend PGObject ?

Cheers,
Csaba.



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

Предыдущее
От: Roland Walter
Дата:
Сообщение: Re: Feature request for setting the role with the URL
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle