Hello,
I have JDBC application that uses PreparedStatement.setObject() with the
Types.BIT argument. The setObject() method in PreparedStatement does not
handle this type.
To get things to work for me I added "case Types.BIT:" at line 469.
Regards,
Gunnar