]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Use looser tokenization for type comparison
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Mar 2020 16:32:47 +0000 (12:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Mar 2020 19:27:39 +0000 (15:27 -0400)
commit52ef05c936170109f2f457751f4940e4269595c3
tree69f30d91d528b34130d77bdccdc295d78fcc7482
parent4f351a6ca8a6b5fe6718203226805f4e1a02a2db
Use looser tokenization for type comparison

Fixed more false-positive failures produced by the new "compare type" logic
first added in :ticket:`605`, particularly impacting MySQL string types
regarding flags such as "charset" and "collation".

Change-Id: If3dcfed7b0aa2d7367e1508289a0b5ee6f4c15a7
Fixes: #617
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/mysql.py
docs/build/unreleased/671.rst [new file with mode: 0644]
tests/requirements.py
tests/test_autogen_diffs.py