File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/interfaces/jdbc/org/postgresql/jdbc2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
* Copyright (c) 2003, PostgreSQL Global Development Group
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2ResultSet.java,v 1.17 2003/03/14 05:36:58 barry Exp $
12
+ * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2ResultSet.java,v 1.18 2003/03/25 02:24:07 davec Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -1083,7 +1083,7 @@ public synchronized void updateRow()
1083
1083
rows .setElementAt ( rowBuffer , current_row );
1084
1084
if ( Driver .logDebug )
1085
1085
Driver .debug ("done updates" );
1086
-
1086
+ updateValues . clear ();
1087
1087
doingUpdates = false ;
1088
1088
}
1089
1089
catch (Exception e )
You can’t perform that action at this time.
0 commit comments