Thread: JDBC 7.0 - PreparedStatement.setObject() bug.

JDBC 7.0 - PreparedStatement.setObject() bug.

From
Gunnar R|nning
Date:
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