]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Accommodate for SQLAlchemy 1.4 deferral of index/unique names
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Oct 2019 04:07:55 +0000 (00:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Oct 2019 15:15:09 +0000 (11:15 -0400)
commite90002d7fd325218c18f556daab94ab13b46877d
treee7a82272c8bb30a3a0a4b78cc4c6d2ce8b93ea16
parentb12f31b40a0fad39857fad4d432c8e471c22581a
Accommodate for SQLAlchemy 1.4 deferral of index/unique names

Some internal modifications have been made to how the names of indexes and
unique constraints work to make use of new functions added in SQLAlchemy
1.4, so that SQLAlchemy has more flexibility over how naming conventions
may be applied to these objects.

Change-Id: I7dc4f6c1c3cf13c503f2ab070afbf157f8f0e0d5
alembic/autogenerate/compare.py
alembic/util/sqla_compat.py
docs/build/unreleased/sqla14_4911.rst [new file with mode: 0644]
tests/test_autogen_indexes.py