[libpostgresql-jdbc-java] 17/22: fixed problem where information from previous updates was leaking into subsequent updates patch from Shawn Green, slightly modified

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:19:03 UTC 2017


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 <davec at fastcrypt.com>
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



More information about the pkg-java-commits mailing list