]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a placeholder method :meth:`.TypeEngine.compare_against_backend`
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Apr 2015 15:38:24 +0000 (11:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Apr 2015 15:38:24 +0000 (11:38 -0400)
commit606a9b02e5c6081878aa331d1d2c3a678a671904
treec185c641f737947deb9a3af6b6151f6212b3e63f
parentb0be9211c9a2d9032b659b63888ffc76f64d4247
- Added a placeholder method :meth:`.TypeEngine.compare_against_backend`
which is now consumed by Alembic migrations as of 0.7.6.  User-defined
types can implement this method to assist in the comparison of
a type against one reflected from the database.
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/type_api.py