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

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: "j(dot)random(dot)programmer" <javadesigner(at)yahoo(dot)com>
Cc: pg(at)fastcrypt(dot)com, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug: Driver(8.2dev-500.jdbc3) does not handle boolean->BIT
Date: 2005-12-21 07:24:57
Message-ID: 43A90349.5070906@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett wrote:

> or (nonstandard):
>
> INSERT INTO foo(bit_val) VALUES (?::bit(5))

Actually, this doesn't appear to work. The CAST variant works fine, use
that instead.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-12-21 07:26:54 Re: Bug: Driver(8.2dev-500.jdbc3) does not handle boolean->BIT
Previous Message Oliver Jowett 2005-12-21 07:22:52 Re: Bug: Driver(8.2dev-500.jdbc3) does not handle boolean->BIT