[Jdbc-commits] pgjdbc: While the driver currently doesn't support the copy protocol, it

User Jurka jurka at pgfoundry.org
Mon Jan 28 10:09:38 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_1_STABLE

Modified Files:
--------------
    pgjdbc/org/postgresql/core/v3:
        QueryExecutorImpl.java (r1.25.2.6 -> r1.25.2.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/core/v3/QueryExecutorImpl.java.diff?r1=1.25.2.6&r2=1.25.2.7)
    pgjdbc/org/postgresql/test/jdbc2:
        Jdbc2TestSuite.java (r1.23 -> r1.23.2.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/Jdbc2TestSuite.java.diff?r1=1.23&r2=1.23.2.1)

Added Files:
-----------
    pgjdbc/org/postgresql/test/jdbc2:
        CopyTest.java (r1.1.4.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbc/pgjdbc/org/postgresql/test/jdbc2/CopyTest.java?rev=1.1.4.1&content-type=text/x-cvsweb-markup)


More information about the Jdbc-commits mailing list