]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(copy): add FileWriter to write copy data to a file-like object
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 23 Jul 2022 22:13:41 +0000 (23:13 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Jul 2022 12:01:42 +0000 (13:01 +0100)
commit5544b99c55cf37801af1549fff8f945934489444
tree9a575e79ad5fd26eac8d7c9d0c6323b1dceb6c3a
parent8d0aa4b3e3939687728483c3e7bcebe312038622
feat(copy): add FileWriter to write copy data to a file-like object
psycopg/psycopg/copy.py
tests/test_copy.py