On Mon, Feb 09, 2009 at 01:03:53PM -0500, Stef Telford wrote:
> Oleg Broytmann wrote:
> > Oh, BTW, do you use transactions? And call transaction.commit()?
> >
>     I don't see why/how wrapping everything in a transaction would
> change things.. but then.. that's jst me :)

   Transaction object in SQLObject closes the connection on commit. To
prevent it to do so call

transaction.commit(close=False)

   But you don't use transactions, so I am out of ideas.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to