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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Let the user handle the following Ready message.
Date: 2006-03-20 05:56:26
Message-ID: 20060320055626.AB4CF1033915@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-03-20 05:57:40 python - fe: Don't send sync if the transaction is Querying or Function.
Previous Message James William Pye 2006-03-20 04:27:16 python - fe: Fix break from string to list use in connection dictionary.