[sqlalchemy] Lazy load on a column basis?

2010-07-20 Thread thatsanicehatyouhave
Hi, Is lazy loading supported on a column by column basis, or only through relationships? Cheers, Demitri -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalch...@googlegroups.com. To unsubscribe from this

Re: [sqlalchemy] Lazy load on a column basis?

2010-07-20 Thread Michael Bayer
deferred(), defer() On Jul 20, 2010, at 1:58 PM, thatsanicehatyouh...@mac.com wrote: Hi, Is lazy loading supported on a column by column basis, or only through relationships? Cheers, Demitri -- You received this message because you are subscribed to the Google Groups sqlalchemy