Обсуждение: Psycopg 2.8.5 released

Поиск
Список
Период
Сортировка

Psycopg 2.8.5 released

От
Daniele Varrazzo
Дата:
Psycopg 2.8.5 has been released. The release adds AIX support and a
few bug fixes.

Please note that we have deployed a new website which is now available
on <https://www.psycopg.org>. Many thanks to Federico Di Gregorio for
hosting the project on the venerable initd.org so far and to Devrim
Gündüz for taking good care of the psycopg domain name and to donate
it to the project.

The release changes are:

- Fixed use of 'connection_factory' and 'cursor_factory' together
(ticket #1019).
- Added support for 'logging.LoggerAdapter' in 'LoggingConnection'
(ticket #1026).
- 'Column' objects in 'cursor.description' can be sliced (ticket #1034).
- Added AIX support (ticket #1061).
- Fixed 'copy()' of 'DictCursor' rows (ticket #1073).

You can install psycopg2 using "pip" or grab the new code from
https://pypi.org/project/psycopg2/2.8.5/#files

Wishing you all the best in this difficult time.

----

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.