]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The join condition produced by with_parent
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jul 2011 16:44:41 +0000 (12:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jul 2011 16:44:41 +0000 (12:44 -0400)
commitedf3ccca2a7e55d24a2e69cb36206bd63f453435
treefe609bf1d63b98a6c5bf656f48b663fb202bdf6e
parent8a4c3042433ac2fa17aee7e26574b557754e3104
- The join condition produced by with_parent
as well as when using a "dynamic" relationship
against a parent will generate unique
bindparams, rather than incorrectly repeating
the same bindparam.  [ticket:2207].
CHANGES
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
test/orm/test_query.py