python - ip: Subclass InteractiveConsole for auto-savepointing. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ip: Subclass InteractiveConsole for auto-savepointing.
Date
Msg-id 20071227033125.9476117ACF26@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc:
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Update unit tests to reflect new greentrunk protocol.