RELEASE: psycopg 2.4.4

From: Federico Di Gregorio <fog(at)dndg(dot)it>
To: psycopg ML <psycopg(at)postgresql(dot)org>
Subject: RELEASE: psycopg 2.4.4
Date: 2011-12-19 10:25:25
Message-ID: 4EEF1115.6000908@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

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

Responses

Browse psycopg by date

  From Date Subject
Next Message Melton Low 2011-12-19 17:29:37 Building psycopg2 2.4.4 on Mac OS X Lion
Previous Message Josh Kupershmidt 2011-12-17 20:31:42 escaping data for copy_from()