]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
dial back the default "flatness" a bit, it will be there for joinedload and query...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Jun 2013 22:06:02 +0000 (18:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Jun 2013 22:06:02 +0000 (18:06 -0400)
commit28c3325c4e18d01d7e0403229b452c8fbc345b80
tree67576681ff561bcabeae0330bcf64c214bfe29aa
parent768108186a48a94948a7763d0f5c4dfb3f0ce773
dial back the default "flatness" a bit, it will be there for joinedload and query.join(), but if
you're dealing with aliased() or with_polymorphic() you need to say "flat=True".  Just the one
flag though, "flat" implies "aliased".
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_polymorphic_rel.py
test/orm/inheritance/test_relationship.py
test/orm/test_of_type.py