Psycopg 2.6.2 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Psycopg 2.6.2 released
Дата
Msg-id CA+mi_8YxHijb26e0ZV55tNid=vQUdxe4LL4JFFzkyx9G4DZLqQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Psycopg 2.6.2 released  (Devrim Gündüz <devrim@gunduz.org>)
Список psycopg
Psycopg 2.6.2 has been released. You can get it from:

http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-2.6.2.tar.gz

This is an interim release, packing together one year of bug fixes,
before the release 2.7, which will deliver several new features. Thank
you very much to everybody contributing with reports, code,
suggestions.

- Fixed inconsistent state in externally closed connections
  (tickets #263, #311, #443).
- Report the server response status on errors (such as ticket #281).
- Raise 'NotSupportedError' on unhandled server response status
  (ticket #352).
- Allow overriding string adapter encoding with no connection (ticket #331).
- The 'wait_select' callback allows interrupting a long-running query in an
  interactive shell using Ctrl-C (ticket #333).
- Fixed 'PersistentConnectionPool' on Python 3 (ticket #348).
- Fixed segfault on 'repr()' of an uninitialized connection (ticket #361).
- Allow adapting bytes using 'QuotedString' on Python 3 (ticket #365).
- Added support for setuptools/wheel (ticket #370).
- Fix build on Windows with Python 3.5, VS 2015 (ticket #380).
- Fixed 'errorcodes.lookup' initialization thread-safety (ticket #382).
- Fixed 'read()' exception propagation in copy_from (ticket #412).
- Fixed possible NULL TZ decref  (ticket #424).
- 'errorcodes' map updated to PostgreSQL 9.5.


----

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

Предыдущее
От: Larry Sevilla
Дата:
Сообщение: Re: Getting return value from .callproc
Следующее
От: Devrim Gündüz
Дата:
Сообщение: Re: Psycopg 2.6.2 released