[sqlalchemy] Re: 0.5.2, orm, deferring joined columns during query construction

2009-03-14 Thread Michael Bayer
On Mar 13, 2009, at 6:41 PM, me wrote: > > Thanks for the help! > > Specifying path as a string relative to the "root" of the query > properly defers the columns. Specifying path information with > qualified object attributes (your second suggestion) also works. So > everything works, I didn't

[sqlalchemy] Re: 0.5.2, orm, deferring joined columns during query construction

2009-03-14 Thread me
Thanks for the help! Specifying path as a string relative to the "root" of the query properly defers the columns. Specifying path information with qualified object attributes (your second suggestion) also works. So everything works, I didn't Is this approach correct for cases where you end up d