From 0597a40a44ac16c811572660e2469dd7a738b0ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Bal=C3=A1=C5=BE?= Date: Thu, 8 May 2025 02:03:01 +0200 Subject: [PATCH] docs: add release notes entry about row maker returning none fixed --- docs/news.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2