diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-24 19:11:01 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-24 19:11:01 -0400 |
commit | 1675811029553501bb23084604c64d974dfe739c (patch) | |
tree | 7e3c29f55c562aab06a48b6b4727f59156ed6722 /examples/inheritance/polymorph.py | |
parent | 290a1596ce6f806aa6f25dd754cf0d2197f160ff (diff) | |
download | sqlalchemy-1675811029553501bb23084604c64d974dfe739c.tar.gz |
- To accomodate the fact that there are now two kinds of eager
loading available, the new names for eagerload() and
eagerload_all() are joinedload() and joinedload_all(). The
old names will remain as synonyms for the foreseeable future.
- The "lazy" flag on the relationship() function now accepts
a string argument for all kinds of loading: "select", "joined",
"subquery", "noload" and "dynamic", where the default is now
"select". The old values of True/
False/None still retain their usual meanings and will remain
as synonyms for the foreseeable future.
- Added documentation to tutorial,mapper doc, api docs
for subqueryload, subqueryload_all, and other options.
Diffstat (limited to 'examples/inheritance/polymorph.py')
0 files changed, 0 insertions, 0 deletions