Holger Schulz wrote:
> When I extract a bit value by JDBC I get an Boolean Object - even for bit(3)!
That's a bit strange, if varbit(n) returns a custom PGobject I'd expect
bit(n) to do the same..
Again this is a type where there's no good JDBC mapping for it though ..
maybe boolean[] would be right, but then you can also have real arrays
of bools..
The confusing thing is that JDBC's Types.BIT really means "boolean" not
"bit(n)" :(
-O