17 Dec
2005
17 Dec
'05
12:49 p.m.
------------ Forwarded Message ------------ Date: 17. Dezember 2005 13:31:23 +0100 From: Vlada Macek <tuttle@bbs.cvut.cz> To: zope@zope.org Subject: [Zope] SQL transaction uncommited? Hi, in ZopeBook I read that Zope's transaction are tied to SQL backend's ones. I do not know whether this applies to ZSQL methods only, but I do not expect it. I got this table: Dealing with transaction is the task of the database adapter and not the ZSQL methods. If you need to deal with transactions yourself you must subclass the transaction manager TM and implement the hooks for commit and abort (see TM.py). -aj