This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL7_3_4 in repository libpostgresql-jdbc-java.
commit 91206f98154f72d1c279d5d4507f87484c2fc017 Author: Dave Cramer <[email protected]> Date: Tue Mar 25 02:23:10 2003 +0000 fixed problem where information from previous updates was leaking into subsequent updates patch from Shawn Green, slightly modified --- org/postgresql/jdbc2/AbstractJdbc2ResultSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java b/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java index 81c2c63..2d0c968 100644 --- a/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java +++ b/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java @@ -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) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

