]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- applying some refined versions of the ideas in the smarter_polymorphic
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jan 2008 02:45:30 +0000 (02:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jan 2008 02:45:30 +0000 (02:45 +0000)
commit9e1a35ef3daaee6590830ae5f2c0c9045d682b9d
treedcb7064c5b4559b05254de602608cbf7e7e370db
parent188c2ac8e500054f1bfe54f91b0914f14854d311
- applying some refined versions of the ideas in the smarter_polymorphic
branch
- slowly moving Query towards a central "aliasing" paradigm which merges
the aliasing of polymorphic mappers to aliasing against arbitrary select_from(),
to the eventual goal of polymorphic mappers which can also eagerload other
relations
- supports many more join() scenarios involving polymorphic mappers in
most configurations
- PropertyAliasedClauses doesn't need "path", EagerLoader doesn't need to
guess about "towrap"
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/util.py
test/orm/eager_relations.py
test/orm/inheritance/query.py