]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added Cursor.stream() to support fetch in single-row mode
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 22 Jan 2021 03:05:12 +0000 (04:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 22 Jan 2021 03:12:51 +0000 (04:12 +0100)
commitbc05db9dba2397375bb0ec119eb8bc28f344599b
tree66f43b1f432caa06c086c888d4b36bd54ab2554f
parent4188277394f17d44dfe81c2cd3f0868f98e83b1c
Added Cursor.stream() to support fetch in single-row mode
13 files changed:
docs/cursor.rst
psycopg3/psycopg3/cursor.py
psycopg3/psycopg3/generators.py
psycopg3/psycopg3/pq/_pq_ctypes.py
psycopg3/psycopg3/pq/_pq_ctypes.pyi
psycopg3/psycopg3/pq/pq_ctypes.py
psycopg3/psycopg3/pq/proto.py
psycopg3_c/psycopg3_c/pq/libpq.pxd
psycopg3_c/psycopg3_c/pq/pgconn.pyx
tests/pq/test_async.py
tests/pq/test_pgconn.py
tests/test_cursor.py
tests/test_cursor_async.py