]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Adjust for Variant returning itself as impl
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Jun 2017 14:20:27 +0000 (10:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Jun 2017 14:32:08 +0000 (10:32 -0400)
commit54c5abb15caeb14ddfc70d54424a59dbf8ef3132
tree4a663725fd359282747a7b31109499a2be1d4182
parentc320b4c9b9a3ad5501d9a89329f585bbc6a48446
Adjust for Variant returning itself as impl

Fixed bug where autogen comparison of a :class:`.Variant` datatype
would not compare to the dialect level type for the "default"
implementation of the :class:`.Variant`, returning the type as changed
between database and table metadata.

Change-Id: Ie94779ece9f1c768375cdbdc4124c98f9c11bb86
Fixes: #433
alembic/ddl/impl.py
alembic/testing/requirements.py
alembic/util/__init__.py
alembic/util/sqla_compat.py
docs/build/changelog.rst
tests/test_autogen_diffs.py