Обсуждение: pgsql/src/interfaces/odbc (options.c statement.c)

Поиск
Список
Период
Сортировка

pgsql/src/interfaces/odbc (options.c statement.c)

От
momjian@postgresql.org
Дата:
  Date: Friday, December 15, 2000 @ 14:11:29
Author: momjian

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/odbc
     from hub.org:/home/projects/pgsql/tmp/cvs-serv87342/pgsql/src/interfaces/odbc

Modified Files:
    options.c statement.c

-----------------------------  Log Message  -----------------------------

there is one problem with Zoltan patches commited into the tree:
if we set autocommit off and issued COMMIT (or ROLLBACK) on a connection
new transaction is not started

Max Khon