From: Daniele Varrazzo Date: Fri, 24 Oct 2025 14:52:49 +0000 (+0100) Subject: docs: add note about fixing the copy pinning issue X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f63317b04ed58c5653cf4a40086b21a7d30fab86;p=thirdparty%2Fpsycopg.git docs: add note about fixing the copy pinning issue --- diff --git a/docs/news.rst b/docs/news.rst index 74450d4c8..f879ff659 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -43,9 +43,16 @@ Psycopg 3.3.0 (unreleased) - Drop support for Python 3.8 (:ticket:`#976`) and 3.9 (:ticket:`#1056`). -Psycopg 3.2.11 (unreleased) +Psycopg 3.2.12 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Allow copy to pass different types per column, as long as the database can + convert them. Regression introduced in 3.2.11 (:ticket:`#1192`). + + +Psycopg 3.2.11 +^^^^^^^^^^^^^^ + - 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`).