Re: V3 extended query protocol and type problems - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: V3 extended query protocol and type problems
Date
Msg-id 19023.1083804027@sss.pgh.pa.us
Whole thread Raw
In response to V3 extended query protocol and type problems  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Oliver Jowett <oliver@opencloud.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

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: V3 extended query protocol and type problems
Next
From: Barry Lind
Date:
Subject: Re: Result Set Cursor Patch