python - fe: Use Transactor attribute for Function execution.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Use Transactor attribute for Function execution.
Date: 2006-04-02 21:53:44
Message-ID: 20060402215344.90B5E1033E17@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-04-02 22:29:18 python - be: Add interfaces to secure_read and secure_write.
Previous Message User Gsmet 2006-04-02 21:53:37 pgfouine - pgfouine: updated changelog