Re: [SQLObject] Connection instance ignored ?
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2009-02-09 18:08:51
|
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/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |