From 0c394bbddbd07c03b3ea5a57e7fc12a617329b62 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 13 Oct 2025 15:31:10 +0200 Subject: [PATCH] docs: mention issue #1153 fix in news file --- docs/news.rst | 2 ++ 1 file changed, 2 insertions(+) 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`). -- 2.47.3