]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: add prod() implementation for Python 3.7
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 31 Aug 2022 09:40:44 +0000 (10:40 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 10 Dec 2022 13:01:55 +0000 (13:01 +0000)
commit054e7a0a43a7c2d2c192409dd2ecd3b3bbf7e6d0
tree561604abcdf61953481ab957b40f432da82decfa
parentd870170fd463f2a10795c18482603e5315560485
fix: add prod() implementation for Python 3.7
psycopg/psycopg/_compat.py
psycopg/psycopg/types/array.py
tests/types/test_array.py