From: Daniele Varrazzo Date: Sun, 26 Sep 2021 20:02:22 +0000 (+0200) Subject: Note fix of dumping by oid in news file X-Git-Tag: 3.0~57^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0abf81b891e28366e9011aac39662ece7216ecc7;p=thirdparty%2Fpsycopg.git Note fix of dumping by oid in news file --- diff --git a/docs/news.rst b/docs/news.rst index 3e1e13622..7bdd70671 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -15,6 +15,7 @@ psycopg 3.0.b2 - Add `psycopg.pq.__build_version__` constant. - Don't use the extended protocol with COPY, (:tickets:`#78, #82`). - Add *context* parameter to `~psycopg.Connection.connect()` (:ticket:`#83`). +- Fix selection of dumper by oid after `~psycopg.Copy.set_types()`. psycopg 3.0.b1