Обсуждение: Psycopg 2.4.5 released

Поиск
Список
Период
Сортировка

Psycopg 2.4.5 released

От
Daniele Varrazzo
Дата:
Hello,

Psycopg version 2.4.5 has been released. This is a bugfix release,
among the issues fixed:

- close() is now idempotent and doesn't raise errors on already closed
connections/cursors
- exceptions are picklable, making them multiprocess-friendly
- fixed multithread problem with commit() concurrent to execute()

For the full list of changes, please check the release notes at
<http://initd.org/psycopg/articles/2012/03/29/psycopg-245-released/>.

----

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.