]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fixed cursor close check + added tests for fetchone, fetchmany, fetchall
authorSuresh Kumar <sureshdsk91@gmail.com>
Sat, 30 Oct 2021 14:16:33 +0000 (19:46 +0530)
committerSuresh Kumar <sureshdsk91@gmail.com>
Sat, 30 Oct 2021 14:34:04 +0000 (20:04 +0530)
commit0598a17de74006c46ccfa5f3e5a98f887d52375e
tree94318f2e6c89eb57c5a47bbad6a6a6efd4f8dda2
parent6363a0c00fcd14669985b63c9eb8fd009fe76a90
fixed cursor close check + added tests for fetchone, fetchmany, fetchall
psycopg/psycopg/cursor.py
tests/test_cursor.py