Il giorno martedì 27 novembre 2012 13:42:29 UTC+1, Joe Barnhart ha scritto:
>
> I'm running into a weird "lazy tables" bug.
>
I think the bug is real. A simple way to reproduce it is with a new simple
application; if you enter its the interactive web shell:
db=DAL('sqlite://storage.db')
print db._uri
you get a similar error ("AttributeError: 'DAL' object has no attribute
'_lazy_tables').
I've just opened the ticket
1192<http://code.google.com/p/web2py/issues/detail?id=1192>about this. It does
not happen on version 2.0.9.
Nico
--