On 18/10/2011 15:59, Manuele wrote:
On 18/10/2011 15:24, Massimo Di Pierro wrote:
One problem I see is this:

try: db io
except Exception: ....

On exception you should explicitly rollback

try: db io
except Exception: db.rollback()

interesting point... i'll try and report

nothing changes... other ideas??

thanks a lot

    Manuele

Reply via email to