[Zope] Transactions support on MySql

Christopher Petrilli petrilli@digicool.com
Mon, 27 Sep 1999 09:49:46 -0400


>> How can I do database transaction controls(set autocommit on/off, commit
>> transaction, etc) myself?
>
> A correctly written DA will start a transaction when the database is first

This is important to note.  All DAs must support the transaction semantics,
regardless of whether the underlying RDBMS support transactions.   You
should *never* under any circumstances try and modify the style in which
transactions are committed at the Zope level.  The choices are made for very
specific and conscious reasons, and changing it could cause catastrophic
corruption of data :-) (that's a bit of an overstatement, but don't do it).

Chris

--
| Christopher Petrilli        Python Powered        Digital Creations, Inc.
| petrilli@digicool.com                             http://www.digicool.com