python - fe: Use Transactor attribute for Function execution. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Use Transactor attribute for Function execution.
Date
Msg-id 20060402215344.90B5E1033E17@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use Transactor attribute for Function execution.

This gives clients the ability to specify what client3.Transaction to use to
execute the StoreProcedure. (aids the remote console project)

Additional improvements and changes:

In Transact(), only rollback if the connection is not closed.
In Interchange.__call__(), use the reader() and writer() locals when
synchronizing after an error.

Modified Files:
--------------
    fe/src:
        tracenull.py (r1.21 -> r1.22)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.21&r2=1.22)

pgsql-committers by date:

Previous
From: gsmet@pgfoundry.org (User Gsmet)
Date:
Subject: pgfouine - pgfouine: updated changelog
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Add interfaces to secure_read and secure_write.