]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix binary argument of conn.cursor() in tests
authorDenis Laxalde <denis.laxalde@dalibo.com>
Tue, 2 Mar 2021 11:12:31 +0000 (12:12 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 5 Mar 2021 17:33:50 +0000 (18:33 +0100)
commitfc6a850f806072a1185451fcb0fce49dbbb6731c
tree04ce7d59307854619f87b46b5c0d83ee5bd84baa
parentfe519875c234668079f7bdaf15006fe8b3407e57
Fix binary argument of conn.cursor() in tests

Argument 'binary' of connection.cursor() should be a bool.
This follows up on 467d20bd0315a62b4c7377d8a0b170ece08ef99c (change from
'format' to 'binary').
tests/test_cursor.py
tests/test_cursor_async.py