]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix PostgreSQL reflection of domains expressed as arrays
authorJakub Synowiec <github@jakubsynowiec.info>
Sat, 1 Dec 2018 18:26:43 +0000 (13:26 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Dec 2018 18:32:10 +0000 (13:32 -0500)
commitf9c476740fcc1e95e4e7fee523c2f235831f9409
treee93c1a5a530c3a30d1c032a88a656230797c12da
parent039d8a31f59fa8241d30a79c2ab4d05546156d31
Fix PostgreSQL reflection of domains expressed as arrays

Fixed issue where reflection of a PostgreSQL domain that is expressed as an
array would fail to be recognized.  Pull request courtesy Jakub Synowiec.

Fixes: #4377
Change-Id: I252c79ca435b87d4d9172b1c84e0e74e789ef676
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4380
(cherry picked from commit 46f9c3c7d4d2c31f3f1627dcf777bd3215e13e3d)
doc/build/changelog/unreleased_12/4377.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py