]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: report array speedup in the news
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 6 Dec 2022 07:03:58 +0000 (08:03 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 Dec 2022 13:02:56 +0000 (13:02 +0000)
docs/news.rst

index d5a99a1dd4fed5af9d50c48be8566abf4d49b2e1..3d4a033e9980ef9c7289d67e3b845c7fda89c809 100644 (file)
@@ -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