]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to select_by(<propname>=<object instance>) -style joins in conjunction
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2007 15:11:34 +0000 (15:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2007 15:11:34 +0000 (15:11 +0000)
commit779068fb41a216f65f6cd18d50b261e378ed67ac
treec292d05bbe523dc0f004cafe54d5570a4694516d
parentdd96699bdd754e4aa2028fab032116af48b179c6
- fix to select_by(<propname>=<object instance>) -style joins in conjunction
with many-to-many relationships, bug introduced in r2556
- the "reverse_direction" flag in _create_lazy_clause works correctly for a many-to-many
relationship (i.e. the reverse is on which clause, not which column in the clause, in the
case of m2m)
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py