ODBC changes

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема ODBC changes
Дата
Msg-id 3A8B80AF.EC441B9@tpf.co.jp
обсуждение исходный текст
Список pgsql-odbc
Hi all,
I commited the following change.

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 issues "ABORT"
   if a transaction is in progress.
3) Driver version is 7.01.0003(Dave already set it but
   it was put back to 7.01.0002 sorry).

Regards,
Hiroshi Inoue

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: RE: [PATCHES] Re: [HACKERS] 6.2 protocol
Следующее
От: Dave Page
Дата:
Сообщение: RE: ODBC changes