Thread: pgsql-server/src/interfaces/jdbc/org/postgresq ...

pgsql-server/src/interfaces/jdbc/org/postgresq ...

From
barry@postgresql.org (Barry Lind)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    barry@postgresql.org    02/10/17 01:33:52

Modified files:
    src/interfaces/jdbc/org/postgresql/jdbc1:
                                              AbstractJdbc1Connection.java
    src/interfaces/jdbc/org/postgresql/test/jdbc2:
                                                   ConnectionTest.java

Log message:
    Fixed support in jdbc for 7.3 server autocommit.  With these changes the
    jdbc regression tests pass for both autocommit on and autocommit off

    Modified Files:
    jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
    jdbc/org/postgresql/test/jdbc2/ConnectionTest.java