[Jdbc-commits] pgjdbc: While the driver currently doesn't support the copy protocol, it
User Jurka
jurka at pgfoundry.org
Mon Jan 28 10:10:12 UTC 2008
Log Message:
-----------
While the driver currently doesn't support the copy protocol, it
needs to understand it enough to ignore it. Now the connection will not
be irreparably broken when a COPY request is sent.
Altaf Malik
Tags:
----
REL8_0_STABLE
Modified Files:
--------------
pgjdbc/org/postgresql/core/v3:
QueryExecutorImpl.java (r1.21.2.5 -> r1.21.2.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.21.2.5&r2=1.21.2.6)
pgjdbc/org/postgresql/test/jdbc2:
Jdbc2TestSuite.java (r1.20 -> r1.20.2.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/Jdbc2TestSuite.java.diff?r1=1.20&r2=1.20.2.1)
Added Files:
-----------
pgjdbc/org/postgresql/test/jdbc2:
CopyTest.java (r1.1.6.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/CopyTest.java?rev=1.1.6.1&content-type=text/x-cvsweb-markup)
More information about the Jdbc-commits
mailing list