]> 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:35:45 +0000 (12:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jul 2011 16:35:45 +0000 (12:35 -0400)
commit5b8738b7e390471bd31b9ece90d0a3fd7653d859
tree81b520b5ef6dd004f61112441d8b0c5bd76270a5
parent138774b234457bde1af522062be74403d71ea7d9
- 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].
Also in 0.6.9.
CHANGES
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
test/orm/test_query.py