]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- improved support for eagerloading of properties off of mappers that are mapped
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 May 2007 16:47:55 +0000 (16:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 May 2007 16:47:55 +0000 (16:47 +0000)
commit4937f49bd8c04f9bec2c2cec5d50b0619ed5b69f
tree7d2c8c651846aae3998d04d79fe4082498ccdecc
parent2ee1d4042825cf5cb0eb5a6a7659d8398d73a4c3
- improved support for eagerloading of properties off of mappers that are mapped
to select() statements; i.e. eagerloader is better at locating the correct
selectable with which to attach its LEFT OUTER JOIN.
- some fixes to new tests in inheritance5 to work with postgres
CHANGES
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql_util.py
test/orm/inheritance5.py
test/orm/mapper.py