Обсуждение: JDBC 7.0 - PreparedStatement.setObject() bug.

Поиск
Список
Период
Сортировка

JDBC 7.0 - PreparedStatement.setObject() bug.

От
Gunnar R|nning
Дата:
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