]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in association proxy where an any()/has()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Apr 2015 23:20:01 +0000 (19:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Apr 2015 23:20:01 +0000 (19:20 -0400)
commit4f6e9ccae93b9c50298b041356953cb8a96b4895
tree32b9814c8d7629ab593cd9bf8ada5fdef86522c8
parentac52239b328f6dc573fdfb9acbbc7d5d528fa982
- Fixed bug in association proxy where an any()/has()
on an relationship->scalar non-object attribute comparison would fail,
e.g.
``filter(Parent.some_collection_to_attribute.any(Child.attr == 'foo'))``
fixes #3397
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py