]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Enable compare type by default
authorFederico Caselli <cfederico87@gmail.com>
Fri, 11 Aug 2023 21:05:50 +0000 (23:05 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2023 18:36:28 +0000 (14:36 -0400)
commit8d8e0d88b10abbc2478c930497bb32e85592c962
tree95fecddb742bdb33388fee66be675c5a36133f82
parentbf6f14907b72db76ac23635789754489e3208655
Enable compare type by default

Change the default value of :paramref:`.EnvironmentContext.configure.compare_type`
to ``True``.

Fixes: #1248
Change-Id: I6fd93de73f3b239dffddec98008083c10e154334
alembic/__init__.py
alembic/context.pyi
alembic/runtime/environment.py
alembic/runtime/migration.py
docs/build/autogenerate.rst
docs/build/unreleased/1248.rst [new file with mode: 0644]
tests/test_autogen_diffs.py