]> granicus.if.org Git - postgresql/commit
1) Change transaction boundary in autocommit off mode
authorHiroshi Inoue <inoue@tpf.co.jp>
Thu, 15 Feb 2001 05:32:00 +0000 (05:32 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Thu, 15 Feb 2001 05:32:00 +0000 (05:32 +0000)
commit462c13215a40a8f789946c058376c637abd58650
treedf76892f84b83552add708a5711dfc864377c597
parent21deb428970ea6225d3122207c3910a01f84c770
1) Change transaction boundary in autocommit off mode
   per recent discussion in pgsql-odbc. Now SELECT is
   a boundary but VACUUM isn't.
2) Put back the error handling behavior. When elog(ERROR)
   was detected the driver automatically issue "ABORT"
   if a transaction is in progress.
3) Driver version is 7.01.0003(Dave already set it but
   it was put back).
src/interfaces/odbc/connection.c
src/interfaces/odbc/psqlodbc.h
src/interfaces/odbc/psqlodbc.rc
src/interfaces/odbc/qresult.c
src/interfaces/odbc/qresult.h
src/interfaces/odbc/statement.c