When deleteRow() is called on an updateable ResultSet the ResultSet
Kris Jurka <books@ejurka.com>
When deleteRow() is called on an updateable ResultSet the ResultSet should be positioned on the previous row. Reported by Bob Messenger and Chris Pesarchick.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | modified | +47 −53 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java | modified | +101 −88 |