Fix some problems with result sets positioned before the start or
Kris Jurka <books@ejurka.com>
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().
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/errors.properties | modified | +1 −0 |
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java | modified | +7 −2 |
| src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | modified | +15 −1 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java | modified | +51 −0 |