]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added C implementation of binary copy load
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 10 Jan 2021 03:46:26 +0000 (04:46 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 10 Jan 2021 03:52:32 +0000 (04:52 +0100)
commit6f73124f28d36abb788c85980674684bd87388f2
treea8e40422cd1a552d7cdbba8265660686777d6fe4
parentfbc7302b8489bcbfe3e6c90f4442cb2ce334f91e
Added C implementation of binary copy load

Return value of the copy read function redefined as memoryview to avoid
unneeded data copying.
docs/cursor.rst
psycopg3/psycopg3/copy.py
psycopg3_c/psycopg3_c/_psycopg3.pyi
psycopg3_c/psycopg3_c/_psycopg3/copy.pyx
psycopg3_c/psycopg3_c/_psycopg3/transform.pyx
tests/test_copy.py
tests/test_copy_async.py