]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
adapt identity logic to support dialect kwags
authorFederico Caselli <cfederico87@gmail.com>
Thu, 10 Aug 2023 21:54:43 +0000 (23:54 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 31 Aug 2023 20:01:41 +0000 (20:01 +0000)
commitccae936643641c83233138f3713263a955cf51da
treee7eb767963ae3678b931c4078cc1beb2a34e8b40
parentd10b9d946aaf55226fef9e26d989d63f3e9a2bda
adapt identity logic to support dialect kwags

Alembic now accommodates for Sequence and Identity that support dialect kwargs.
This is a change that will be added to SQLAlchemy v2.1.

Fixes: #1304
Change-Id: I68d46426296931dee68eeb909cbe17d1c48a5899
12 files changed:
alembic/autogenerate/render.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/postgresql.py
alembic/testing/requirements.py
alembic/testing/suite/test_autogen_identity.py
alembic/util/sqla_compat.py
docs/build/unreleased/1304.rst [new file with mode: 0644]
tests/requirements.py
tests/test_autogen_render.py
tests/test_oracle.py
tests/test_postgresql.py