From 21134cf2be2b00f3565ee29f87a10dae1e656fb3 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 6 Dec 2022 08:03:58 +0100 Subject: [PATCH] docs: report array speedup in the news --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/news.rst b/docs/news.rst index d5a99a1dd..3d4a033e9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -13,6 +13,7 @@ Future releases Psycopg 3.1.5 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fix array loading slowness compared to psycopg2 (:ticket:`#359`). - Return `!bytes` instead of `!memoryview` from `pq.Encoding` methods (:ticket:`#422`). - Fix `Cursor.rownumber` to return `!None` when the result has no row to fetch -- 2.47.3