bffd19730f
* Added 'set_session()' method and 'autocommit' property to the connection. Added support for read-only sessions and, for PostgreSQL 9.1, for the "repeatable read" isolation level and the "deferrable" transaction property. * Psycopg doesn't execute queries at connection time to find the default isolation level. * Fixed bug with multithread code potentially causing loss of sync with the server communication or lock of the client. * Don't fail import if mx.DateTime module can't be found, even if its support was built. * Fixed escape for negative numbers prefixed by minus operator. * Fixed refcount issue during copy. * Trying to execute concurrent operations on the same connection through concurrent green thread results in an error instead of a deadlock. |
||
---|---|---|
.. | ||
DESCR | ||
distinfo | ||
Makefile | ||
PLIST |