pg_proboscis 0.9.4
James William Pye
pgsql at jwp.name
Wed Jan 16 03:38:31 UTC 2008
Yes, another quick one. =) This fixes problems with dropped connections and
provides a consistent exception when such situations occur. The problem was that
the driver simply did not detect unexpected EOFs. It would indefinitely read
from the socket; sigh. Now, it raises the pg.exc.ConnectionFailureError
exception in such cases, and in cases of a broken pipe(errno.EPIPE).
The dbapi2 module was simply broken. It's fixed now. Well, to the extent that
Stuart Bishop's anal compliance tests don't fail.
While GreenTrunk is the target of pg_proboscis, a full featured DB-API 2.0
implementation is important. Feel free to bring up any issues that you have with
the DB-API 2.0 module. (postgresql.interface.proboscis.dbapi2)
easy_install -u pg_proboscis
-jwp
More information about the Python-general
mailing list