python - pq: Let the user handle the following Ready message.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - pq: Let the user handle the following Ready message.
Дата
Msg-id 20060320055626.AB4CF1033915@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Let the user handle the following Ready message.

Also, the transaction is fatal if an exception(_exc_info exists) occurred and
the invalid_message was not an error message.

Modified Files:
--------------
    pq/src:
        client3.py (r1.20 -> r1.21)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.20&r2=1.21)

В списке pgsql-committers по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: Fix break from string to list use in connection dictionary.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: Don't send sync if the transaction is Querying or Function.