]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to _CalculatedClause._copy_internals() behavior so that ClauseAdapter works...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jul 2007 19:35:46 +0000 (19:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 22 Jul 2007 19:35:46 +0000 (19:35 +0000)
commit0c7a1169714eabc4ac0eaed8014ff0a618260a08
tree961322ea9b00b4c08622edc9f3f8007ce96bf5cf
parent741a6c05d7a7834a946e7c996c7691e0cda4576e
- fix to _CalculatedClause._copy_internals() behavior so that ClauseAdapter works with _Function objects better
- factored AliasedClauses out of EagerLoader into its own unit; Query makes heavy use of it for joins
- added support to Query for full interaction between aliased and nonalised joins with appended entities, columns, and externally-mapped columns
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql.py
lib/sqlalchemy/sql_util.py
test/orm/generative.py
test/orm/inheritance/polymorph2.py
test/orm/mapper.py
test/orm/query.py
test/sql/generative.py