[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug in association proxy where an any()/has
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-28 23:20:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4f6e9ccae93b/ Changeset: 4f6e9ccae93b Branch: None User: zzzeek Date: 2015-04-28 23:20:01+00:00 Summary: - 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |