Can you make a simple app to reproduce this?
Do you have try .... except anywhere? Do you have multiple models wich
define the same db = DAL(...) connection?
On Thursday, 30 August 2012 15:49:01 UTC-5, Paolo wrote:
>
> Hi Bruno, a simple db with sqlite without modules
>
> db = DAL('sqlite://storage.sqlite', lazy_tables=True )
>
> sorry, but I've just discovered that the same problem is happened even
> with lazy_tables=False
> Paolo
>
> 2012/8/30 Bruno Rocha <[email protected] <javascript:>>:
> > How are you defining the db connection? are you using models or modules?
> > which db?
> >
> > --
> >
> >
> >
>
>
>
> --
> Paolo
>
--