Użytkownik Ed Leafe napisał: >> Don't you ever think about implementing deletion buffering into Dabo >> data logic? >> > Perhaps if you explained what you mean by "implementing deletion > buffering", I could tell you if I've ever thought about it. > >
What I mean by "buffering"? When you call new() method, it really doesn't create new data on backend. These data is created only when you call save() method, till then they exist only in framework persistance layer. But when calling delete(), it's executed immediately on backend dataset. It's a bit troublesome, don't you think? -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
