python - pq: When a TransitionError occurs, terminate the transaction. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: When a TransitionError occurs, terminate the transaction.
Date
Msg-id 20060806235249.D028686C58C@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Fix BindingsAndExecutings.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Add AbortTransaction exception to abstract module.