]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't raise exceptions on ServerError.close() if the connection is closed
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 7 Dec 2021 19:31:00 +0000 (20:31 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 7 Dec 2021 19:44:04 +0000 (20:44 +0100)
commitdacd5d7e7d652c87cf4238610fb18a31e447a266
tree320bdb9e86824aef5a6dc36356dddb96cf69fefc
parent40ea14c0502a9295eb05d6a0836487f7945fb77a
Don't raise exceptions on ServerError.close() if the connection is closed

Close #173.
docs/news.rst
psycopg/psycopg/server_cursor.py
tests/test_server_cursor.py
tests/test_server_cursor_async.py