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.2.0~127^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6688d28ce5b5aa8a16fb6e50608b468926c5a70;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 e585330ff..bfc9c88b3 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 ---------------