fixed problem where information from previous updates was leaking into subsequent...
authorDave Cramer <[email protected]>
Tue, 25 Mar 2003 02:23:10 +0000 (02:23 +0000)
committerDave Cramer <[email protected]>
Tue, 25 Mar 2003 02:23:10 +0000 (02:23 +0000)
src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java

index 81c2c63af7438ffe930da2ec3e0bd1b8afffb3ea..2d0c968ce638145cd0bddbf7c1b50a5c572c99e1 100644 (file)
@@ -1072,7 +1072,7 @@ public abstract class AbstractJdbc2ResultSet extends org.postgresql.jdbc1.Abstra
                                if ( Driver.logDebug )
                                        Driver.debug("done updates");
                                // make sure next one doesn't see remnants of this one
-                               clearRowBuffer();
+                               updateValues.clear();
                                doingUpdates = false;
                        }
                        catch (Exception e)