]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] fixed inappropriate evaluation of user-mapped
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Oct 2011 15:53:32 +0000 (11:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Oct 2011 15:53:32 +0000 (11:53 -0400)
commita870d1c401fb4da3139743cafc6c5e29d988faee
tree1a9639155711b054ed81ebb46615905ca4e2b53e
parentd9adb2a4fd3e865d3c8d4f6f2e0a12d5c4036c97
- [bug] fixed inappropriate evaluation of user-mapped
object in a boolean context within query.get()
[ticket:2310].
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_mapper.py