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)
commit18cdc45897a9e87e6b008da1eae4dffd96d24966
treea82b965206d2a1327af8b99a3fec9f1e9423e722
parent06df75a3f1233c039f14438a581aa30558b32abf
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).
connection.c
psqlodbc.h
psqlodbc.rc
qresult.c
qresult.h
statement.c