]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where coersion of literal ``True`` or ``False`` constant
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 14:27:33 +0000 (10:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 14:27:33 +0000 (10:27 -0400)
commit3cfe3fd81d7ce3539633b80c99327767cebd09d5
tree16000577833d3c3eb7b69c320cf8a0986f1e0b2d
parent41aead96cdfd581c053a395992e1a3cf0b6a5572
- Fixed bug where coersion of literal ``True`` or ``False`` constant
in conjunction with :func:`.and_` or :func:`.or_` would fail
with an AttributeError.
fixes #3490
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_operators.py