aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial/basics.source
diff options
context:
space:
mode:
authorBarry Lind <barry@xythos.com>2003-03-19 04:09:09 +0000
committerBarry Lind <barry@xythos.com>2003-03-19 04:09:09 +0000
commite02ace4418026de395ae8458d39ce21b251a518b (patch)
treee08ffe9a73264914b88c989ada90c6c6cbde5cea /src/tutorial/basics.source
parentd10ed0263e30215875c28c00598949643de78959 (diff)
downloadpostgresql-e02ace4418026de395ae8458d39ce21b251a518b.tar.gz
postgresql-e02ace4418026de395ae8458d39ce21b251a518b.zip
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
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions