]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Raise TypeError attempting to use a Copy context more than once
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Nov 2020 12:46:41 +0000 (12:46 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 24 Nov 2020 12:46:41 +0000 (12:46 +0000)
commitddc3bb2d1f658792df1f18e2c9c31aa378122837
treefa4d88e73bb485a3b55a1f74141426a9a24eeba0
parentf33ed76766984b6725af7f3640f52fd5c398154e
Raise TypeError attempting to use a Copy context more than once

See #10
psycopg3/psycopg3/copy.py
psycopg3/psycopg3/transaction.py
tests/test_copy.py
tests/test_copy_async.py