pkgsrc/databases/py-psycopg2/distinfo
adam bffd19730f Changes 2.4.2:
* 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.
2011-06-16 09:03:11 +00:00

5 lines
247 B
Text

$NetBSD: distinfo,v 1.10 2011/06/16 09:03:11 adam Exp $
SHA1 (psycopg2-2.4.2.tar.gz) = af7e44c0615037e488031e0d6b9d3b46853b409e
RMD160 (psycopg2-2.4.2.tar.gz) = ec0fe7573260773b5e701f00ea365a1b7d4cc329
Size (psycopg2-2.4.2.tar.gz) = 666719 bytes