]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Remove the pgresult structure from the cursor on close
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 25 Oct 2021 08:59:09 +0000 (09:59 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 25 Oct 2021 10:57:52 +0000 (11:57 +0100)
commit1bc77c921a88acde6144c989062c7dfc35ce6320
tree4eb1042fb3c3333b5f2a19c8972328f4839446e8
parent497486560aed88d9ebdb9b038e2dae1872c32f33
Remove the pgresult structure from the cursor on close

This is what the dbapi demands and helps with make the cursor
unavailable after close.
psycopg/psycopg/cursor.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_server_cursor.py
tests/test_server_cursor_async.py