On Thu, Jun 15, 2006 at 06:41:42PM +0300, Dan Pascu wrote:
> --- dbconnection.py.orig      2006-06-15 18:35:14.000000000 +0300
> +++ dbconnection.py   2006-06-15 18:36:03.000000000 +0300
> @@ -784,12 +784,13 @@
>  class Transaction(object):
>  
>      def __init__(self, dbConnection):
> -        self._obsolete = False
> +        self._obsolete = True
>          self._dbConnection = dbConnection
>          self._connection = dbConnection.getConnection()
>          self._dbConnection._setAutoCommit(self._connection, 0)
>          self.cache = CacheSet(cache=dbConnection.doCache)
>          self._deletedCache = {}
> +        self._obsolete = False

   Applied in the revision 1838 to the trunk, rev.1839 to the 0.7-bugfix
branch. Thank you!

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