]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Allow random testing with text format
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 22 Jun 2021 17:00:43 +0000 (18:00 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 25 Jun 2021 15:16:26 +0000 (16:16 +0100)
commitcc2829268d64e40b3e005ba720efeea8e6a3c6c1
treecfdf0a1d81b91727fe4d2775a031a1d151c8b566
parentd2c11aae11eb7778e09c33b2815c390bb7893856
Allow random testing with text format

Ranges are a bit complicated because upgrading empty ones only works in
text mode. This should be addressed, but hopefully it only affects
binary copy for now.
tests/fix_faker.py
tests/test_adapt.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/types/test_range.py