From: Daniele Varrazzo Date: Mon, 13 Oct 2025 13:31:10 +0000 (+0200) Subject: docs: mention issue #1153 fix in news file X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c394bbddbd07c03b3ea5a57e7fc12a617329b62;p=thirdparty%2Fpsycopg.git docs: mention issue #1153 fix in news file --- diff --git a/docs/news.rst b/docs/news.rst index 46a163fa7..5bca48cb9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -49,6 +49,8 @@ Psycopg 3.2.11 (unreleased) - Fix spurious readiness flags in some of the wait functions (:ticket:`#1141`). - Fix high CPU usage using the ``wait_c`` function on Windows (:ticket:`#645`). - Fix bad data on error in binary copy (:ticket:`#1147`). +- Respect `Copy.set_types()` in TEXT copy in C version, consistently with + the Python version (:ticket:`#1153`). - Don't raise warning, and don't leak resources, if a builtin function is used as JSON dumper/loader function (:ticket:`#1165`).