]> git.ipfire.org Git - thirdparty/psycopg.git/commit
libpq protocol generators moved to their own module
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Apr 2020 12:55:10 +0000 (00:55 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Apr 2020 12:57:36 +0000 (00:57 +1200)
commit9ceaf66376889b089847e445f56e149ccf1dc8cd
treee0b058ec473d37f6adfec77f45a1c626c1b43990
parent0e5272bcde636d798cb0c25e7226c8e1d64462bd
libpq protocol generators moved to their own module
psycopg3/connection.py
psycopg3/cursor.py
psycopg3/generators.py [new file with mode: 0644]
tests/pq/test_async.py
tests/pq/test_pgconn.py