From: Daniele Varrazzo Date: Wed, 1 Feb 2023 01:08:33 +0000 (+0100) Subject: docs: add news entry about TypeInfo.fetch() with sql_ascii connection fix X-Git-Tag: pool-3.1.7~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d347c594a5df2d1fcd33da5e8493ae46d645f298;p=thirdparty%2Fpsycopg.git docs: add news entry about TypeInfo.fetch() with sql_ascii connection fix --- diff --git a/docs/news.rst b/docs/news.rst index d20c99341..f0f547f3e 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,16 @@ ``psycopg`` release notes ========================= +Future releases +--------------- + +Psycopg 3.1.9 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix `TypeInfo.fetch()` using a connection in `!sql_ascii` encoding + (:ticket:`#503`). + + Current release ---------------