python - pq: Let the user handle the following Ready message. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Let the user handle the following Ready message.
Date
Msg-id 20060320055626.AB4CF1033915@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Fix break from string to list use in connection dictionary.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Don't send sync if the transaction is Querying or Function.