]> granicus.if.org Git - postgresql/commit
Fix some problems with result sets positioned before the start or
authorKris Jurka <books@ejurka.com>
Mon, 21 Jun 2004 03:12:01 +0000 (03:12 +0000)
committerKris Jurka <books@ejurka.com>
Mon, 21 Jun 2004 03:12:01 +0000 (03:12 +0000)
commitbb95de1f2a9d5c0f6e2cf4543f8c4edbac869edb
treeb673569c755b2926cfc7f1541878560fdaa8a6bc
parent922c2638e4c48cdd15c9300e5259cedb9882ecec
Fix some problems with result sets positioned before the start or
after the end of results.  You could still call a number of methods
on them like getXXX, updateXXX, and updateRow().
src/interfaces/jdbc/org/postgresql/errors.properties
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java