the .set() method ? But I don't think we can control the update. Seems to me that the lazy only controls if the update is immediate, but not "controllable". lazy in the sense of "I would do it when I want".
Jeff Watkins wrote: > Yes, that's basically it. However, on thing that I've been unable to > determine how to do is switch from non-lazy to lazy updates. I'm not > certain it's possible. > > Most of the time immediate updates is fine. But occasionally, I want > to update a BUNCH of things and only flush them to the database later. > > On 13 Nov, 2005, at 11:43 pm, Krys Wilken wrote: > > > Ah. So I can defer the updates, but not inserts or result sets from > > queries. Is that it? > > -- > Jeff Watkins > http://newburyportion.com/ > > "Computers are like Old Testament gods; lots of rules and no mercy." > -- Joseph Campbell

