Files
sqlalchemy/lib/sqlalchemy
Mike Bayer 295fd90125 - Added a new "lazyload" option "immediateload".
Issues the usual "lazy" load operation automatically
as the object is populated.   The use case
here is when loading objects to be placed in
an offline cache, or otherwise used after
the session isn't available, and straight 'select'
loading, not 'joined' or 'subquery', is desired.
[ticket:1914]
2010-10-15 11:59:02 -04:00
..
2010-04-27 20:57:48 +02:00
2010-07-03 18:55:29 -04:00
2010-07-03 18:55:29 -04:00
2010-09-09 19:21:23 -04:00
2010-09-05 14:44:58 -04:00
2010-07-10 11:47:30 -04:00
2010-07-10 11:47:30 -04:00
2010-09-29 02:15:07 -04:00