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