]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Jun 2014 20:08:42 +0000 (16:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Jun 2014 20:11:56 +0000 (16:11 -0400)
commita96267639a914a4ebfd8a5ee510d1b6e031818e7
treedf1850b641c1f481a9776f1b9a3ba30eccfece06
parent50cb349294c5e296e5ea52afa7bf80991f2e6642
- Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant`
system, whereby using a :class:`.TypeDecorator` in conjunction with
variant would fail with an MRO error when a comparison operator was used.
fixes #3102

Conflicts:
lib/sqlalchemy/sql/type_api.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/types.py
test/sql/test_operators.py