]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Repair de-quoting logic used for pre-1.4 SQLAlchemy versions
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2020 15:38:57 +0000 (10:38 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2020 17:47:28 +0000 (12:47 -0500)
commiteeee44eaffae75b9a3d0496ccf478cc74bacef0c
tree912b24cadf74dc12451a06e947462a331d379879
parent7b1cfb82d6f0da7a588ba23b18bc76791068883b
Repair de-quoting logic used for pre-1.4 SQLAlchemy versions

Fixed regression in 1.4.0 due to :ticket:`647` where unique constraint
comparison with mixed case constraint names while not using a naming
convention would produce false positives during autogenerate.

Change-Id: Ic3d60f7d44377cdb4937ac0bb2bc11d27d03b8bd
Fixes: #654
alembic/util/sqla_compat.py
docs/build/unreleased/654.rst [new file with mode: 0644]
tests/test_autogen_indexes.py