Psycopg 2.8.5 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Psycopg 2.8.5 released
Дата
Msg-id CA+mi_8b4A1a7HTG4DTXCiFzxpa17xLMmn1Cyr2O8KOdB26KABg@mail.gmail.com
обсуждение исходный текст
Список psycopg
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.



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Inserting default values into execute_values
Следующее
От: Daniele Varrazzo
Дата:
Сообщение: psycopg3 performance article