]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Extract send(), fetch_many() and fetch() from generators.execute() C impl
authorDenis Laxalde <denis.laxalde@dalibo.com>
Wed, 29 Sep 2021 12:09:29 +0000 (14:09 +0200)
committerDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 5 Oct 2021 07:31:44 +0000 (09:31 +0200)
commit2c6ee71c8e43c927016c2a2a6ab1fd13414eccd2
tree1fa3a9f58244da3de7659bfd64e4de739be7569d
parent3a2b8f34c7a042a724b2489d82b140730145198d
Extract send(), fetch_many() and fetch() from generators.execute() C impl

We extract send(), fetch_many() and fetch() functions from execute() C
implementation. This way, the code structure is similar to the Python
implementation.
psycopg_c/psycopg_c/_psycopg.pyi
psycopg_c/psycopg_c/_psycopg/generators.pyx