]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added a type-level comparator that distinguishes :class:`.Integer`,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Dec 2015 20:02:20 +0000 (15:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Dec 2015 20:02:20 +0000 (15:02 -0500)
commit98a0e3fb28f9f5dea6242ecd3b1062abc49914af
treeb0e846a38b1f05af79455a679ad24770dbbb1cf6
parente5e43c65916670abd9f90b57df5598a308d37d45
- Added a type-level comparator that distinguishes :class:`.Integer`,
:class:`.BigInteger`, and :class:`.SmallInteger` types and
dialect-specific types; these all have "Integer" affinity so previously
all compared as the same.
fixes #341
alembic/ddl/impl.py
docs/build/changelog.rst
tests/test_autogen_diffs.py