[Jdbc-commits] pgjdbc: Avoid making a copy of the current row after each positioning
User Jurka
jurka at pgfoundry.org
Wed Feb 20 17:17:10 UTC 2008
Log Message:
-----------
Avoid making a copy of the current row after each positioning
command, for example next(). This is only needed if we have an
updatable ResultSet and is just a waste otherwise.
Gustav Trede
Modified Files:
--------------
pgjdbc/org/postgresql/jdbc2:
AbstractJdbc2ResultSet.java (r1.102 -> r1.103)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java.diff?r1=1.102&r2=1.103)
More information about the Jdbc-commits
mailing list