mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
implemented refresh row
This commit is contained in:
@@ -57,7 +57,7 @@ public class UpdateableResultTest extends TestCase
|
||||
rs.updateString("name", "paul");
|
||||
|
||||
rs.insertRow();
|
||||
|
||||
rs.refreshRow();
|
||||
assertTrue( rs.getInt("id") == 3 );
|
||||
assertTrue( rs.getString("name").equals("paul"));
|
||||
assertTrue( rs.getString("notselected") == null );
|
||||
|
Reference in New Issue
Block a user