]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- converted all lazy=True|False|None to 'select'|'joined'|'noload'
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 23:19:03 +0000 (19:19 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Mar 2010 23:19:03 +0000 (19:19 -0400)
commitc6bceb77754bd72c462ce146f706758d1ad3da4a
tree0b9c935221c572bd75f3c88fe849fb17595e0a79
parent1675811029553501bb23084604c64d974dfe739c
- converted all lazy=True|False|None to 'select'|'joined'|'noload'
- converted all eager to joined in examples
- fixed beaker/advanced.py to reference RelationshipCache
34 files changed:
examples/adjacency_list/adjacency_list.py
examples/association/basic_association.py
examples/association/proxied_association.py
examples/beaker_caching/advanced.py
examples/beaker_caching/relation_caching.py
examples/elementtree/adjacency_list.py
examples/elementtree/optimized_al.py
examples/inheritance/polymorph.py
test/ext/test_associationproxy.py
test/ext/test_orderinglist.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_magazine.py
test/orm/inheritance/test_manytomany.py
test/orm/inheritance/test_poly_linked_list.py
test/orm/inheritance/test_polymorph2.py
test/orm/inheritance/test_productspec.py
test/orm/test_association.py
test/orm/test_assorted_eager.py
test/orm/test_cascade.py
test/orm/test_compile.py
test/orm/test_cycles.py
test/orm/test_eager_relations.py
test/orm/test_expire.py
test/orm/test_lazy_relations.py
test/orm/test_manytomany.py
test/orm/test_mapper.py
test/orm/test_query.py
test/orm/test_relationships.py
test/orm/test_subquery_relations.py
test/orm/test_unitofwork.py
test/perf/masseagerload.py
test/perf/objupdatespeed.py
test/perf/ormsession.py
test/zblog/mappers.py