]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor(copy): rename ConnectionWriter to LibpqWriter
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 12 Jun 2022 22:53:26 +0000 (00:53 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Jul 2022 14:09:53 +0000 (15:09 +0100)
commit8d9b516dac4f1064bc0a4c491ac13bd9a054d0a7
treedece81e3395bc975ac018c2796e81897bea12a85
parentb77bd8c9a37fa9b83a3ce099584e798b36ec46ee
refactor(copy): rename ConnectionWriter to LibpqWriter

The class takes a cursor as input so the previous name was misleading.
psycopg/psycopg/copy.py
tests/test_copy.py
tests/test_copy_async.py