From: Daniele Varrazzo Date: Tue, 6 Dec 2022 07:03:58 +0000 (+0100) Subject: docs: report array speedup in the news X-Git-Tag: 3.1.5~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21134cf2be2b00f3565ee29f87a10dae1e656fb3;p=thirdparty%2Fpsycopg.git docs: report array speedup in the news --- 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