CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/05/16 13:22:25
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: PreparedStatement.java
src/interfaces/jdbc/org/postgresql/jdbc2: PreparedStatement.java
Log message:
This patch fixes a bug which occurs when setObject(1,obj) is called and obj
is of type Object, and is null
Dave Cramer