]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- simplified __create_lazy_clause to make better usage of the new local/remote pairs...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Apr 2008 18:23:59 +0000 (18:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Apr 2008 18:23:59 +0000 (18:23 +0000)
commitf5126ab3a169b6f8a9171868fe32b2bd385f8b8f
tree35f1ab1254e825ffd8d99ab76da27c28b206c480
parent6a98ffb0598bdf68ff649c9d75fc75ab0c1c1fc0
- simplified __create_lazy_clause to make better usage of the new local/remote pairs collection
- corrected the direction of local/remote pairs for manytoone
- added new tests which demonstrate lazyloading working when the bind param is embedded inside of a SQL function,
when _local_remote_pairs argument is used; fixes the viewonly version of [ticket:610]
- removed needless kwargs check from visitors.traverse
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/visitors.py
test/orm/relationships.py