Hello,
I noticed that table columns that are defined as "bool" (Postgres
datatype) are reported as java.sql.Types.BIT through DatabaseMetadata
(or ResultSetMetaData).
Is there any valid reason why they are not reported as
java.sql.Types.BOOLEAN?
Regards
Thomas