JDBC 7.0 - PreparedStatement.setObject() bug.

From: Gunnar R|nning <gunnar(at)candleweb(dot)no>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC 7.0 - PreparedStatement.setObject() bug.
Date: 2000-05-23 13:53:49
Message-ID: x64s7ps782.fsf@thor.candleweb.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-05-23 14:18:43 RE: JDBC 7.0 - ResultSet.getObject() bug
Previous Message Gunnar R|nning 2000-05-23 13:48:16 JDBC 7.0 - ResultSet.getObject() bug