]> git.ipfire.org Git - thirdparty/postgresql.git/commit
This patch fixes a bug which occurs when setObject(1,obj) is called and obj
authorBruce Momjian <bruce@momjian.us>
Wed, 16 May 2001 17:22:25 +0000 (17:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 May 2001 17:22:25 +0000 (17:22 +0000)
commit7934c93cbed4471e55924631fa92a83b4c32e395
tree016f115872c4a0ae8dcbb713dfe6793fcc20464a
parent37b006e074f20676a2be6854047c6982b9bb91b7
This patch fixes a bug which occurs when setObject(1,obj) is called and obj
is of type Object, and is null

Dave Cramer
src/interfaces/jdbc/org/postgresql/jdbc1/PreparedStatement.java
src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java