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)
commit2fe167c4d4fecf9d76438e09ab1ce9e3de50f68f
tree1ac7ec0ec32819de15fe8c89446859654fd168c1
parent00ca90570ff8a76b43a58a66d510b30b716acab5
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