]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test(crdb): add copy tests
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 20 May 2022 00:32:19 +0000 (02:32 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 12 Jul 2022 11:58:33 +0000 (12:58 +0100)
commita9bfb5f349496293fccb70e72e05bfc2312fc506
tree0c2b90204a0c45b20eb984301a64e2ac6267db16
parent28c7d7361077d4597dde0930ff923f52ffe7d623
test(crdb): add copy tests

Skip tests from psycopg, because there is no support for copy out and
copy in syntax is different. Data types are different too (int/serial
mean int8) so the binary data samples don't match the format.
tests/crdb/test_copy.py [new file with mode: 0644]
tests/fix_crdb.py
tests/test_copy.py
tests/test_copy_async.py