Re: BIT vs boolean

Поиск
Список
Период
Сортировка
От Kim Ho
Тема Re: BIT vs boolean
Дата
Msg-id 1056750559.5081.12.camel@cpe000475c4cd62-cm013279901416.cpe.net.cable.rogers.com
обсуждение исходный текст
Ответ на Re: BIT vs boolean  (Fernando Nasser <fnasser@redhat.com>)
Список pgsql-jdbc
On Fri, 2003-06-27 at 16:33, Fernando Nasser wrote:
> I think there is a patch posted for this already.
> Kim can confirm if that is so.
>

I don't have one for it, but I could whip one up fairly quickly.

I was going to do it for my patch, but I got sidetracked apparently. I
remember looking at it though. The reason why it doesn't work is:

It is actually
    insert into bittable values (b'1');
instead of
    insert into bittable values (true);

Will look at it either later tonight or tomorrow.

Cheers,

Kim


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

Предыдущее
От: Garrick Dasbach
Дата:
Сообщение: Re: executeQuery and busy waiting
Следующее
От: Kim Ho
Дата:
Сообщение: Re: Allow setObject(x,y,Types.BIT) if y is a Number &