]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: fix AsyncClientCursor.rownumber after scroll()
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 17:03:38 +0000 (19:03 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 18:54:35 +0000 (20:54 +0200)
commit6dd1caa61fabdbb178368a13c644a14115175b37
treeed75a7fdbffc33c822bd27efddb99c4899206d7c
parentb3d995425a293339df45024cde8617ab62fafbdc
fix: fix AsyncClientCursor.rownumber after scroll()
docs/news.rst
psycopg/psycopg/_server_cursor_async.py
tests/test_cursor_server.py
tests/test_cursor_server_async.py