]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: split async/sync server cursor in two modules
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 16:30:34 +0000 (18:30 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 May 2025 18:54:06 +0000 (20:54 +0200)
commit8f0f67723aa8b6e5da70faa8d16af55b7b4bd198
tree9ed7152143a065a156860cc425fd5edaad30c112
parent79eec63f0b6d2f3d52864c81b1182877b88a5c67
refactor: split async/sync server cursor in two modules
psycopg/psycopg/__init__.py
psycopg/psycopg/_server_cursor.py [new file with mode: 0644]
psycopg/psycopg/_server_cursor_async.py [new file with mode: 0644]
psycopg/psycopg/_server_cursor_base.py [new file with mode: 0644]
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
psycopg/psycopg/raw_cursor.py
psycopg/psycopg/server_cursor.py [deleted file]