]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add cursor.scroll()
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 00:26:08 +0000 (01:26 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 00:26:08 +0000 (01:26 +0100)
commitaa0507a9df9fdcfe72fc1afb5d7c872b969e3923
tree075ca919408407e9fbc05daeba921a6ff5e10690
parentd04769d672e57562dfd8cb6e7b03445fe27bba1b
Add cursor.scroll()
psycopg3/psycopg3/cursor.py
tests/test_cursor.py
tests/test_cursor_async.py