Re: Transactions and savepoints

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Transactions and savepoints
Дата
Msg-id 200503302011.18601.peter_e@gmx.net
обсуждение исходный текст
Ответ на Transactions and savepoints  (Marko Ristola <marko.ristola@kolumbus.fi>)
Ответы Re: Transactions and savepoints
Список pgsql-odbc
Marko Ristola wrote:
> I have been thinking about savepoints.
> What do you think about the following:

The interface and behavior of the ODBC driver is bound by various public
standards such as the SQL standard and the Microsoft ODBC
pseudostandard.  So any new functionality should be based on either of
these sources.  Does that apply to your proposal?

> They would keep the knoledge about the following things:
> - Current transaction state (is in autocommit mode, in transaction,
>   and the savepoint stack structure.

This information is available on the protocol level and does not to be
tracked.

> This would make the savepoint rollback work with cursors:

I'm not exactly up to speed on how savepoints interact with cursors
nowadays.  Perhaps you could first explain what problem you are trying
to solve?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: psqlODBC 'ERROR: invalid input syntax for integer:"A"'
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Ignoring the limited user-rights by using ODBC