]> 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:30:42 +0000 (13:30 -0500)
commit46f9c3c7d4d2c31f3f1627dcf777bd3215e13e3d
treeda59c24d59f055de5551880e9afd49ac0f033936
parentc8dea359db9bea58dc64880d306dbee2a26df247
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
doc/build/changelog/unreleased_12/4377.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_reflection.py