Обсуждение: python - ip: Subclass InteractiveConsole for auto-savepointing.

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

python - ip: Subclass InteractiveConsole for auto-savepointing.

От
jwp@pgfoundry.org (James William Pye)
Дата:
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)