This is not the behavior. Quote the opposite. This should work better in web2py 2.1 than before. Can you post a simple app so that I can reproduce it and debug it?
On Monday, 15 October 2012 15:05:23 UTC-5, Ricardo Pedroso wrote: > > On Mon, Oct 15, 2012 at 9:01 PM, Ricardo Pedroso > <[email protected]<javascript:>> > wrote: > > On Mon, Oct 15, 2012 at 7:56 PM, Martin Weissenboeck > > <[email protected]<javascript:>> > wrote: > >> Upgraded to 2.1.1. > >> I get: > >> > >> Traceback (most recent call last): > > > > (...) > > > >> File "D:\web2py\gluon\dal.py", line 7146, in __getattr__ > >> > >> > >> if ogetattr(self,'_lazy_tables') and \ > >> > >> > >> AttributeError: 'DAL' object has no attribute '_lazy_tables' > > > > I was hit by this, too. > > > > I track it down to a dal row that I was putting in session. > > I was using: > > session.myvar = dal_row > > > > I solve it like: > > session.myvar = Storage(dal_row.as_dict()) > > > > > Massimo is it necessary to open a ticket about this or is this > intended behavior? > > Ricardo > --

