python - fe: Use Transactor attribute for Function execution.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - fe: Use Transactor attribute for Function execution.
Дата
Msg-id 20060402215344.90B5E1033E17@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: gsmet@pgfoundry.org (User Gsmet)
Дата:
Сообщение: pgfouine - pgfouine: updated changelog
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - be: Add interfaces to secure_read and secure_write.