]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fix issues in autogenerate of function index removal
authorCaselIT <cfederico87@gmail.com>
Mon, 3 Apr 2023 21:15:45 +0000 (23:15 +0200)
committerCaselIT <cfederico87@gmail.com>
Mon, 3 Apr 2023 22:01:37 +0000 (00:01 +0200)
commitdd01224a4cbc5119aa6738867b7ce28d9c65a73e
treea59a9ce120791448f32c17d96bd11d19c0232408
parent79958bf68da0684ec7c7ffe90b1c5a41360c5906
Fix issues in autogenerate of function index removal

Fixed error raised by alembic when running autogenerate after removing
a function based index.

Fixes: #1212
Change-Id: Idc565d661229afda89d44e36786bb0357323e604
alembic/testing/requirements.py
alembic/testing/warnings.py
alembic/util/sqla_compat.py
docs/build/unreleased/1212.rst [new file with mode: 0644]
tests/test_autogen_render.py
tests/test_batch.py
tests/test_sqlite.py