]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The contains() operator when used with many-to-many
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Jun 2008 14:08:02 +0000 (14:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Jun 2008 14:08:02 +0000 (14:08 +0000)
commit1c14de62151e1bbae0b9f61092f9fbad34865c94
treef4e5cc6cc7993b02580c03ad51c6327430683fe3
parent062324bd2c2c952417edcd10a7c98a1ae7dc77c6
- The contains() operator when used with many-to-many
will alias() the secondary (association) table so
that multiple contains() calls will not conflict
with each other [ticket:1058]
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/query.py