Driver confused by explicit transactions

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Driver confused by explicit transactions
Дата
Msg-id 02ab01c29d81$ced34710$0b01a8c0@johnpark.net
обсуждение исходный текст
Ответы Re: Driver confused by explicit transactions  ("Glen Parker" <glenebob@nwlink.com>)
Re: Driver confused by explicit transactions  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-odbc
It appears there is a somewhat on-going bug in the ODBC driver
(07.02.0005 in this case) concerning explicit transactions.  The
following sequence demonstrates it.

Begin transaction   (OK)
Execute update statement(s)   (OK, records hidden from other
transactions)
Commit transaction    (OK, records appear to other transactions)
Execute update statement(s)    (OK, but records hidden from other
transactions, should be visible)
Commit transaction    (OK, records appear to other transactions)

I'm going to dive into the code and see what I see, but wanted to report
the symptoms so others can look too.  I suspect the driver is failing to
turn auto-commit mode back on after the explicit commit, and is starting
a new transaction for statements following the commit when it should not
be, which do not get committed automatically.

Glen Parker
glenebob@nwlink.com


В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [GENERAL] Drop column and Access
Следующее
От: "Glen Parker"
Дата:
Сообщение: Re: Driver confused by explicit transactions