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