Thread: RELEASE: psycopg 2.4.4

RELEASE: psycopg 2.4.4

From
Federico Di Gregorio
Date:
Hi *,

after a short discussion on this list we decided to change the
definitions of isolation levels to make sure old code using numeric
constants (both psycopg1 and psycopg2) continue to works. Daniele also
slipped in some other changes, detailed in the NEWS file, below (oh! oh!
oh!).

Download from:

http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.4.tar.gz
http://initd.org/psycopg/tarballs/PSYCOPG-2-4/psycopg2-2.4.4.tar.gz.asc

What's new in psycopg 2.4.4
---------------------------

   - 'register_composite()' also works with the types implicitly defined
     after a table row, not only with the ones created by 'CREATE TYPE'.
   - Values for the isolation level symbolic constants restored to what
     they were before release 2.4.2 to avoid breaking apps using the
     values instead of the constants.
   - Named DictCursor/RealDictCursor honour itersize (ticket #80).
   - Fixed rollback on error on Zope (ticket #73).
   - Raise 'DatabaseError' instead of 'Error' with empty libpq errors,
     consistently with other disconnection-related errors: regression
     introduced in release 2.4.1 (ticket #82).

Have fun,
federico

Re: RELEASE: psycopg 2.4.4

From
Devrim GÜNDÜZ
Date:
On Mon, 2011-12-19 at 11:25 +0100, Federico Di Gregorio wrote:
> after a short discussion on this list we decided to change the
> definitions of isolation levels to make sure old code using numeric
> constants (both psycopg1 and psycopg2) continue to works. Daniele also
> slipped in some other changes, detailed in the NEWS file, below (oh!
> oh!  oh!).

2.4.4 RPMs are now available for PostgreSQL 8.4+, Fedora 15,16 and RHEL
5 and 6. http://yum.postgresql.org

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment