python - ip: Subclass InteractiveConsole for auto-savepointing.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Subclass InteractiveConsole for auto-savepointing.
Date: 2007-12-27 03:31:25
Message-ID: 20071227033125.9476117ACF26@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-12-27 03:34:26 python - ip: Update unit tests to reflect new greentrunk protocol.
Previous Message User Hinoue 2007-12-26 13:28:36 psqlodbc - psqlodbc: