]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: compose DECLARE in the helper common path
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 28 Oct 2021 15:55:37 +0000 (17:55 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 28 Oct 2021 15:55:37 +0000 (17:55 +0200)
commitd476b238f7232a63335e658fca1edc3ade84d204
treec4bc4172e233f9ac476bcfc1cb51a28d80df098a
parent89958f0a43d30d5cfc49350541aab9764244438d
refactor: compose DECLARE in the helper common path

...instead of in the separate sync/async branches.
psycopg/psycopg/server_cursor.py