]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: introduce BaseCursor._set_results()
authorDenis Laxalde <denis@laxalde.org>
Sat, 7 Jan 2023 07:31:41 +0000 (08:31 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Feb 2023 11:16:29 +0000 (12:16 +0100)
commit06416219667b0286ec7001d93f4e36a2837aa8ed
tree725ecad26d7d584f21a6df00a7ecb66872bc1dbc
parent918bf0bcd7b5b1a97af1642a6cb8107d0fa44714
refactor: introduce BaseCursor._set_results()

Similar to _set_results_from_pipeline(), this applies to the
non-pipeline case and reduce code repetition.
psycopg/psycopg/cursor.py