]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added cursor.status property and exposing ExecStatus on the cursor
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Apr 2020 11:38:18 +0000 (23:38 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 11 Apr 2020 11:42:02 +0000 (23:42 +1200)
commit0e5272bcde636d798cb0c25e7226c8e1d64462bd
tree35a98344d3114bf2b4be9c04278a808cdbc4fc98
parent0d1b6de4858fe7ae45fde9c6d297152ad92d6295
Added cursor.status property and exposing ExecStatus on the cursor
psycopg3/cursor.py
tests/test_async_cursor.py
tests/test_cursor.py