From 0abf81b891e28366e9011aac39662ece7216ecc7 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 26 Sep 2021 22:02:22 +0200 Subject: [PATCH] Note fix of dumping by oid in news file --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3