]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(c): respect the set_types() definitions in text format
authorJörg Breitbart <jerch@rockborn.de>
Thu, 4 Sep 2025 14:27:13 +0000 (16:27 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 13 Oct 2025 23:54:10 +0000 (01:54 +0200)
commitbd2ca1d3db13a46969b68522a1c6824bbfc3bf26
tree1204d297189d110f7f9b7ba9d67243d2b2515122
parent87f6db8fa46b51702a18aef6347e6c0c53adf9e4
fix(c): respect the set_types() definitions in text format

Fix #1153
psycopg_c/psycopg_c/_psycopg/copy.pyx
psycopg_c/psycopg_c/_psycopg/transform.pyx
psycopg_c/psycopg_c/types/numeric.pyx
tests/test_copy.py
tests/test_copy_async.py