------------ Forwarded Message ------------
Date: 17. Dezember 2005 13:31:23 +0100
From: Vlada Macek <[EMAIL PROTECTED]>
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



Attachment: pgpnBYS5rqhbu.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to