JDBC driver bug PreparedStatement.setNull(int,Types.BOOLEAN) - Mailing list pgsql-bugs

From David Green
Subject JDBC driver bug PreparedStatement.setNull(int,Types.BOOLEAN)
Date
Msg-id B624045F2D5AD84CBBD3EDD6D5D617BA2AED45@cyprus.dev.make-interactive.com
Whole thread Raw
Responses Re: JDBC driver bug PreparedStatement.setNull(int,Types.BOOLEAN)
List pgsql-bugs
the JDBC driver does not handle setNull for boolean types.
=20
the switch statement in setNull should be expanded with a case that
checks for Types.BOOLEAN
=20

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2712: could not fsync segment: Permission
Next
From: "Stephen haberman"
Date:
Subject: BUG #2750: information_schema broken with primary and foreign key on the same column