diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-08-18 22:53:09 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-08-19 10:43:38 -0400 |
commit | d1005e130558b33fd455be6d994e8e863799a318 (patch) | |
tree | 4e6b3acdf0476ddcdb61afbce782c064afd9a12a /test/dialect/postgresql/test_reflection.py | |
parent | 0901190bb440580f0664fe3f6310173762b908e0 (diff) | |
download | sqlalchemy-d1005e130558b33fd455be6d994e8e863799a318.tar.gz |
Implement DDL visitor for PG ENUM with schema translate support
Fixed issue where the :class:`_postgresql.ENUM` type would not consult the
schema translate map when emitting a CREATE TYPE or DROP TYPE during the
test to see if the type exists or not. Additionally, repaired an issue
where if the same enum were encountered multiple times in a single DDL
sequence, the "check" query would run repeatedly rather than relying upon a
cached value.
Fixes: #5520
Change-Id: I79f46e29ac0168e873ff178c242f8d78f6679aeb
Diffstat (limited to 'test/dialect/postgresql/test_reflection.py')
0 files changed, 0 insertions, 0 deletions