]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: add release notes entry about row maker returning none fixed
authorMartin Baláž <balaz@brightpick.ai>
Thu, 8 May 2025 00:03:01 +0000 (02:03 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 9 May 2025 00:16:45 +0000 (02:16 +0200)
docs/news.rst

index d73b5ac46a279a90f8209bb78f2414a54b11fb66..bac2f5f5128e0f8dd19f117665491fefa690e834 100644 (file)
@@ -22,6 +22,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`).
 
 
 Current release