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

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Дата
Msg-id 43A9276A.2020608@logix-tt.com
обсуждение исходный текст
Ответ на Re: Bug: Driver(8.2dev-500.jdbc3) does not handle  (Csaba Nagy <nagy@ecircle-ag.com>)
Список pgsql-jdbc
Hi, Csaba,

Csaba Nagy wrote:

>>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 ?

Currently, all Objects have either to be special cased inside the
driver, or extend PGObject (which does not allow binary transfer).

There were several ideas to change this, but AFAIR none of them was
implemented.

Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle