On Thu, Mar 15, 2007 at 11:29:31AM -0500, Rick Flosi wrote:
> def doInTransaction(func, *args, **kw):

   This code has been added to the SQLObject and is now in SQLObject 0.8.

>          else:
>              conn.commit()
>              return value

   I think here is a problem. conn.commit(True) should help - it releases
the underlying connection.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to