]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(copy): correctly escape non-printable chars
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 25 May 2022 21:10:04 +0000 (22:10 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 27 May 2022 08:17:32 +0000 (09:17 +0100)
commit76a528cd2c9ebfb61621c946f41173c1bf2bbb06
tree3f7ef1e3fc8de714f4340f60721188e823cc481c
parente6fccaac7dcdf4090b371752ca62e0d8e4d09952
fix(copy): correctly escape non-printable chars

Postgres was doing the right thing with them, but the format was wrong.
docs/news.rst
psycopg_c/psycopg_c/_psycopg/copy.pyx