From: Martin Baláž Date: Thu, 8 May 2025 00:03:01 +0000 (+0200) Subject: docs: add release notes entry about row maker returning none fixed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1074%2Fhead;p=thirdparty%2Fpsycopg.git docs: add release notes entry about row maker returning none fixed --- diff --git a/docs/news.rst b/docs/news.rst index e40383436..7378edbec 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -30,6 +30,8 @@ Psycopg 3.2.8 (unreleased) - Fix interval parsing with days or other parts and negative time in C module (:ticket:`#1071`). - Don't process further connection attempts after Ctrl-C (:ticket:`#1077`). +- Fix cursors to correctly iterate over rows even if their row factory + returns `None` (:ticket:`#1073`). Psycopg 3.2.7