]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: consistent error passing a row with mismatched size to copy
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Oct 2025 13:30:04 +0000 (15:30 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Oct 2025 23:54:10 +0000 (01:54 +0200)
commit8244668751676eddb4ea1d28ca044e57a7e16e9f
treefd83ab1db9823fbccb56ba09aab5af55ea4f98d2
parentbd2ca1d3db13a46969b68522a1c6824bbfc3bf26
fix: consistent error passing a row with mismatched size to copy
psycopg/psycopg/_py_transformer.py
tests/test_copy.py
tests/test_copy_async.py