On Tue, Nov 24, 2009 at 2:47 PM, Peter Robinett <[email protected]>wrote:
> I having some memory problems that I suspect are caused, at the end of > the day, by creating many Mapper instances and setting their > MappedStringForeignKey property. When I set it, is it being looked up > in the database? Based on a previous thread[1], I suspect it is. This > is with 1.1-M5. > It's not being looked up in the database until you call .obj on the field. > > Thanks, > Peter Robinett > > [1]: > http://groups.google.com/group/liftweb/browse_thread/thread/41894ec33fc538/104ab87f1213ea7b > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
