Psycopg 2.7.5 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Psycopg 2.7.5 released
Дата
Msg-id CA+mi_8bRMc+FN041=Cu4MA9NsOvOiXr1QsnAo5wfjo8_vu+qSg@mail.gmail.com
обсуждение исходный текст
Список psycopg
psycopg2 version 2.7.5 has been released, fixing a few bugs found in
the last months:

Summary of changes:

- Allow non-ascii chars in namedtuple fields (regression introduced
  fixing ticket #211).
- Fixed adaptation of arrays of arrays of nulls (ticket #325).
- Fixed building on Solaris 11 and derivatives such as SmartOS and
  illumos (ticket #677).
- Maybe fixed building on MSYS2 (as reported in ticket #658).
- Allow string subclasses in connection and other places (ticket #679).
- Don't raise an exception closing an unused named cursor (ticket #716).
- Wheel package compiled against PostgreSQL 10.4 libpq and OpenSSL 1.0.2o.

You can install psycopg2 from PyPI or grab the new code from:

- source package:
  http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.5.tar.gz
- signature
  http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.5.tar.gz.asc

Happy hacking!


----

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 по дате отправления:

Предыдущее
От: Federico Di Gregorio
Дата:
Сообщение: Re: License Question
Следующее
От: Sandeep Thakkar
Дата:
Сообщение: psycopg2 2.7.5 linking error