Psycopg 2.5.1 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Psycopg 2.5.1 released
Дата
Msg-id CA+mi_8afK0r74DwSiEcB4PBi-Y_kcJHkBgd_OR=7ssbh8bswxQ@mail.gmail.com
обсуждение исходный текст
Список psycopg
Psycopg 2.5.1 has been released. You can get it from:

- Source package:
  http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz
- Signature:
  http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.1.tar.gz.asc

This version contains a few bug fixes over the previous 2.5:

- Fixed build on Solaris 10 and 11 where the round() function is already
  declared (ticket #146).
- Fixed comparison of 'Range' with non-range objects (ticket #164).
  Thanks to Chris Withers for the patch.
- Fixed double-free in connection subclasses dealloc in heavily concurrent
  programs. Regression introduced in 2.5 (ticket #166). Thanks to
  Gangadharan S.A. for the report and fix suggestion.

----

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.


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

Предыдущее
От: "Gangadharan S.A."
Дата:
Сообщение: Re: "double free" segfault back in pyscopg2 2.5
Следующее
От: Gustavo
Дата:
Сообщение: Error in a simple query