[sqlalchemy] Re: deferral pattern idea

2008-03-31 Thread Michael Bayer
On Mar 31, 2008, at 9:41 AM, Jonathan LaCour wrote: I've had a few situations recently when I've been optimizing some queries that I have been making through the ORM (via Elixir), and I've wanted to take advantage of deferred columns. However, I've found that defining which columns get

[sqlalchemy] Re: deferral pattern idea

2008-03-31 Thread Jonathan LaCour
Michael Bayer wrote: I'll give you the private way to do it if you'd like to play with it Cool. This will be helpful to play with for now... since the query already can do this, it seems harmless enough to create a load_only() MapperOption. However, it seems in a way to be fundamentally