]> granicus.if.org Git - postgresql/commit
When deleteRow() is called on an updateable ResultSet the ResultSet
authorKris Jurka <books@ejurka.com>
Wed, 16 Jun 2004 05:12:13 +0000 (05:12 +0000)
committerKris Jurka <books@ejurka.com>
Wed, 16 Jun 2004 05:12:13 +0000 (05:12 +0000)
commit7e95c309538720c5fe9e81532b790268b18d408c
treea0e0c21abc911fde610fa3838af50b6cf922d62d
parentd28e714509b0413407e86f6ed028eead5f6ed6d8
When deleteRow() is called on an updateable ResultSet the ResultSet
should be positioned on the previous row.

Reported by Bob Messenger and Chris Pesarchick.
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
src/interfaces/jdbc/org/postgresql/test/jdbc2/UpdateableResultTest.java