]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: drop error using nextset() in pipeline mode 614/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 2 Aug 2023 13:33:43 +0000 (14:33 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 2 Aug 2023 15:15:41 +0000 (16:15 +0100)
commit9af6a42649d5ea5607177ecc5a41109374aed721
tree0182a67c20ed99c9f48a79b1365dc69771071f2e
parentfa1328ed8d01a2b7b995f1a4aaa741398fc7becb
fix: drop error using nextset() in pipeline mode

Now that the behaviour of pipeline is the same of non-pipeline, raising
an exception on nextset is a difference in behaviour we can probably
drop.
psycopg/psycopg/cursor.py
tests/test_pipeline.py
tests/test_pipeline_async.py