]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Close correctly named cursors in corner cases
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 02:04:00 +0000 (03:04 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 02:04:00 +0000 (03:04 +0100)
commitc8e4eb2a240612d36f85e322fa6fec2660aa1dd9
tree60f03c5cc69112aa32a4fcd50bd0db4d59ac98d7
parent73727267c708df1d1b991af919371d09432dd408
Close correctly named cursors in corner cases
psycopg3/psycopg3/named_cursor.py
tests/test_named_cursor.py
tests/test_named_cursor_async.py