Hi Massimo,
no, I do not have multiple models, I have defined the string
connection only once in db.py, that's all.
I have a few try...except but in other places, I do not thing they are
connected.
I will try to make a simple app ables to reproduce the problem as soon
as possible.

Paolo

2012/8/30 Massimo Di Pierro <massimo.dipie...@gmail.com>:
> 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 <rocha...@gmail.com>:
>> > How are you defining the db connection? are you using models or modules?
>> > which db?
>> >
>> > --
>> >
>> >
>> >
>>
>>
>>
>> --
>>  Paolo
>
> --
>
>
>



-- 
 Paolo

-- 



Reply via email to