]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Added support for type comparison functions to be not just per
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Apr 2015 15:33:58 +0000 (11:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Apr 2015 15:33:58 +0000 (11:33 -0400)
commitdabc7f0932dd13104411469fdc5327474b2bc8e3
tree6ff3538746340f90996b85057f209f65ae9ee3e8
parenta192c345fcfcf4d5dd817f898ec883d7fa3b0ac4
- Added support for type comparison functions to be not just per
environment, but also present on the custom types themselves, by
supplying a method ``compare_against_backend``.
Added a new documentation section :ref:`compare_types` describing
type comparison fully.
fixes #296
alembic/ddl/impl.py
alembic/environment.py
docs/build/autogenerate.rst
docs/build/changelog.rst
tests/test_autogenerate.py