[Jdbc-commits] pgjdbc: While the driver currently doesn't support the copy protocol, it
User Jurka
jurka at pgfoundry.org
Mon Jan 28 10:08:59 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
Modified Files:
--------------
pgjdbc/org/postgresql/core/v3:
QueryExecutorImpl.java (r1.38 -> r1.39)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.38&r2=1.39)
pgjdbc/org/postgresql/test/jdbc2:
Jdbc2TestSuite.java (r1.24 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/Jdbc2TestSuite.java.diff?r1=1.24&r2=1.25)
Added Files:
-----------
pgjdbc/org/postgresql/test/jdbc2:
CopyTest.java (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/CopyTest.java?rev=1.1&content-type=text/x-cvsweb-markup)
More information about the Jdbc-commits
mailing list