Thread: Psycopg 2.6.1 released

Psycopg 2.6.1 released

From
Daniele Varrazzo
Date:
Psycopg 2.6.1 has been released. You can get it from:

http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-2.6.1.tar.gz

The most important bug fixed in this release is the libcrypto
callbacks conflict between libpq and Python (#290), fixed by Jan
Urbański: thank you very much. Other bugs fixed:

- Lists consisting of only None are escaped correctly (ticket #285).
- Correctly unlock the connection after error in flush (ticket #294).
- Fixed MinTimeLoggingCursor.callproc() (ticket #309).


----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.