]> 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:35:28 +0000 (14:35 -0400)
commitd1705a46fea6beb7a02d20b2bdc1518c214012ff
treee0f5fd316ad845ecd41aa8f4f395e00a26c65a39
parent931685bac9161056cda3337ca2515ae9add236d8
- 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