python - pq: When a TransitionError occurs, terminate the transaction.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: When a TransitionError occurs, terminate the transaction.
Date: 2006-08-06 23:52:49
Message-ID: 20060806235249.D028686C58C@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When a TransitionError occurs, terminate the transaction.

Also, improve docstring and a raise error message.

Modified Files:
--------------
pq/src:
transam.py (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-08-07 01:54:11 python - ip: Add AbortTransaction exception to abstract module.
Previous Message James William Pye 2006-08-06 22:59:23 python - pq: Fix BindingsAndExecutings.