]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Possibly use C impl of send() and fetch() in Cursor.stream() 91/head
authorDenis Laxalde <denis@laxalde.org>
Sat, 2 Oct 2021 13:47:43 +0000 (15:47 +0200)
committerDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 5 Oct 2021 07:31:44 +0000 (09:31 +0200)
commit5266c43491f2544f7bcb4eeb9660a55e14be352f
tree40e492d61d954a9a373a37860443302a06f52cdd
parent2c6ee71c8e43c927016c2a2a6ab1fd13414eccd2
Possibly use C impl of send() and fetch() in Cursor.stream()

Taking advantage of these functions being available per previous commit.
psycopg/psycopg/cursor.py