]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- _Label adds itself to the proxy collection so that it works in correspoinding colum...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 May 2008 00:55:49 +0000 (00:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 May 2008 00:55:49 +0000 (00:55 +0000)
commit538861143f66e7299f60b42a505242edd6351908
tree8c93c7afbd43da67e871cac3ca01a934148b8f9d
parenta9ff52f18b3295131113ad5fb65fd3b49a23e8fe
- _Label adds itself to the proxy collection so that it works in correspoinding column.  fixes some eager load with column_property bugs.
- this partially fixes some issues in [ticket:1022] but leaving the "unlabeled" fix for 0.5 for now
lib/sqlalchemy/sql/expression.py
test/orm/eager_relations.py
test/sql/selectable.py