]> git.ipfire.org Git - thirdparty/psycopg.git/commit
added async cursor close tests for fetchone, fetchmany, fetchall
authorSuresh Kumar <sureshdsk91@gmail.com>
Sat, 30 Oct 2021 14:28:27 +0000 (19:58 +0530)
committerSuresh Kumar <sureshdsk91@gmail.com>
Sat, 30 Oct 2021 14:34:04 +0000 (20:04 +0530)
commit7f190cd6ee9d7a5310f54aaedfb34cc70b51d24e
tree61c0f6adeba69ab492d60b8dc86fa3997c3241b0
parent0598a17de74006c46ccfa5f3e5a98f887d52375e
added async cursor close tests for fetchone, fetchmany, fetchall
tests/test_cursor.py
tests/test_cursor_async.py