RELEASE: psycopg 2.4.4

Поиск
Список
Период
Сортировка
От Federico Di Gregorio
Тема RELEASE: psycopg 2.4.4
Дата
Msg-id 4EEF1115.6000908@dndg.it
обсуждение исходный текст
Ответы Re: RELEASE: psycopg 2.4.4  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Список 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

В списке psycopg по дате отправления:

Предыдущее
От: Josh Kupershmidt
Дата:
Сообщение: escaping data for copy_from()
Следующее
От: Melton Low
Дата:
Сообщение: Building psycopg2 2.4.4 on Mac OS X Lion