]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixes to the newly enhanced boolean coercion in :ticket:`2804` where
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Apr 2014 17:03:52 +0000 (13:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Apr 2014 17:03:52 +0000 (13:03 -0400)
commit2e5c8913a8e15e649322c0907199361df9698153
tree1c87108bf0e47734d14e7bf4f868f0d8e626ffd9
parente16ede8cae00fd5cbbd5fb33d63c14df0153c2bc
- Fixes to the newly enhanced boolean coercion in :ticket:`2804` where
the new rules for "where" and "having" woudn't take effect for the
"whereclause" and "having" kw arguments of the :func:`.select` construct,
which is also what :class:`.Query` uses so wasn't working in the
ORM either. fixes #3013 re: #2804
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/selectable.py
test/orm/test_query.py
test/sql/test_operators.py