python - ip: Subclass InteractiveConsole for auto-savepointing.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - ip: Subclass InteractiveConsole for auto-savepointing.
Дата
Msg-id 20071227033125.9476117ACF26@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Subclass InteractiveConsole for auto-savepointing.

In cases where in_xact is true, use the SavingConsole to provide automatic
subtransactions for runcode executions. Rollback To on exception, Release
otherwise.

Modified Files:
--------------
    ip/src:
        python.py (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py.diff?r1=1.11&r2=1.12)

Added Files:
-----------
    ip/src:
        code.py (r1.1)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/code.py?rev=1.1&content-type=text/x-cvsweb-markup)

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

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc:
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ip: Update unit tests to reflect new greentrunk protocol.