]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat: add RawServerCursor class 839/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 18 Dec 2023 01:43:18 +0000 (02:43 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 23 Jun 2024 14:04:14 +0000 (16:04 +0200)
commit37ab0e49dc836b5fb1eafb3ef86bff95a5dab1d5
treebb9d8beaaf07bb7e73fbea209fe46bf24f4cb103
parent4414c4ee4d511d6476b803968411953eab83029b
feat: add RawServerCursor class
docs/advanced/cursors.rst
docs/api/cursors.rst
docs/news.rst
psycopg/psycopg/__init__.py
psycopg/psycopg/raw_cursor.py
tests/_test_cursor.py
tests/test_cursor_server.py
tests/test_cursor_server_async.py
tools/async_to_sync.py