]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where the :meth:`.Operators.__and__`,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 May 2014 18:35:28 +0000 (14:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 May 2014 18:42:21 +0000 (14:42 -0400)
commit24ca70afd0df7d6e8e3bda1225501eb5dfb72264
treedbac878da4adc1e019c85e5ef40905ed452c261f
parent0e70d8ca7af1da400e4f8a88e3cc15ef181d0229
- Fixed bug where the :meth:`.Operators.__and__`,
:meth:`.Operators.__or__` and :meth:`.Operators.__invert__`
operator overload methods could not be overridden within a custom
:class:`.TypeEngine.Comparator` implementation.
fixes #3012
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/default_comparator.py
lib/sqlalchemy/sql/elements.py
test/sql/test_operators.py