]> granicus.if.org Git - postgresql/commit
fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an Integer...
authorBarry Lind <barry@xythos.com>
Fri, 7 Jun 2002 16:46:24 +0000 (16:46 +0000)
committerBarry Lind <barry@xythos.com>
Fri, 7 Jun 2002 16:46:24 +0000 (16:46 +0000)
commit936ff276966bf43c6dda24c01850e93024849639
tree79af9aa27442b2f8bd0ba86ba39c9e359c382a15
parentc78e411fef9401dfb3cd6e9170b5864f3b195601
fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an Integer for a smallint datatype instead of a Short
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java