]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve array support on pg8000
authorFederico Caselli <cfederico87@gmail.com>
Tue, 16 Mar 2021 23:27:18 +0000 (00:27 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 27 Oct 2021 20:10:52 +0000 (22:10 +0200)
commit75fb1c7479b9ddeaaed5604c0111382edc69e4ee
tree06d73c000e43301740b2447221b4119ff95f6237
parentc51ac334df303a55d3bad77f1b9a7ed79b0da92d
Improve array support on pg8000

References: #6023

Change-Id: I0f6cbc34b3c0bfc0b8c86b3ebe4531e23039b6c0
doc/build/changelog/unreleased_14/6023.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/array.py
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/sql/type_api.py
test/dialect/postgresql/test_types.py