Re: V3 extended query protocol and type problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: V3 extended query protocol and type problems
Date: 2004-05-06 00:40:27
Message-ID: 19023.1083804027@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett <oliver(at)opencloud(dot)com> writes:
> I'm tempted to drop 'bit' support via setBoolean() entirely; it only
> supports the degenerate single-bit-bitfield case anyway, which can be
> entirely handled by 'boolean'.

FWIW, the SQL2003 spec seems to have dropped the BIT types altogether,
so maybe you could get away with that ...

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2004-05-06 00:41:26 Re: Result Set Cursor Patch
Previous Message Oliver Jowett 2004-05-06 00:02:58 V3 extended query protocol and type problems