]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Improve typing to accommodate sqlalchemy v2
authorCaselIT <cfederico87@gmail.com>
Fri, 10 Feb 2023 21:24:11 +0000 (22:24 +0100)
committermike bayer <mike_mp@zzzcomputing.com>
Sun, 26 Feb 2023 01:50:04 +0000 (01:50 +0000)
commit714b74478313a69042bf61cc42a585fc6dddf2e4
treea3fa3c9169c4c64b0a757ad39201136731c2e496
parentcbc13309a154dd59ae428f14fa2e7340a5fcb6fc
Improve typing to accommodate sqlalchemy v2

Index name can be null.

Fixes: #1168
Change-Id: Id7c944e19a9facd7d3862d43f84fd70aedace999
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/ddl/postgresql.py
alembic/op.pyi
alembic/operations/batch.py
alembic/operations/ops.py
alembic/operations/schemaobj.py
alembic/util/sqla_compat.py
setup.cfg
tox.ini