]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
more "column targeting" enhancements..columns have a "depth" from their ultimate...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jul 2007 06:51:58 +0000 (06:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jul 2007 06:51:58 +0000 (06:51 +0000)
commitbe29010e292739ca3545315eb2e6a9243aa53e1a
tree58b19350841644bef4a4550e313526dd3b23fef0
parent5cb66ee718ee15e91e6036d573aaec67d4c43fe6
more "column targeting" enhancements..columns have a "depth" from their ultimate source column so that corresponding_column() can find the column that is "closest" (i.e. fewest levels of proxying) to the requested column
CHANGES
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/orm/eagertest3.py
test/orm/mapper.py
test/sql/selectable.py