]> 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:09:16 +0000 (16:09 -0400)
commitc0ca5a990744cdbd4da3a2c53015d4e968bde557
tree3476f15b63a4e5e1140fd6e2a49ceb9ee91bcda5
parentd836dcb02adba1a89426f83577bea0f53d7c136d
- 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
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/type_api.py
test/sql/test_operators.py