Backport patch to work around a server bug. Server incorrectly handles the
authorBarry Lind <[email protected]>
Wed, 19 Mar 2003 04:09:09 +0000 (04:09 +0000)
committerBarry Lind <[email protected]>
Wed, 19 Mar 2003 04:09:09 +0000 (04:09 +0000)
commite02ace4418026de395ae8458d39ce21b251a518b
treee08ffe9a73264914b88c989ada90c6c6cbde5cea
parentd10ed0263e30215875c28c00598949643de78959
Backport patch to work around a server bug.  Server incorrectly handles the
following:  select 1; commit; set autocommit true;
If this is submitted in one call to the server (the select 1 doesn't start a
new transaction like it should), however if the select 1 is sent as a separate
call then it works correctly.

Modified Files:
 Tag: REL7_3_STABLE
jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java
src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java