Re: [Zope] ZSQL Methods and transaction control
"Charlie Clark" <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Organization | eGenix.com |
| Message-ID | <[email protected]> |
Am 10.01.2007, 13:00 Uhr, schrieb robert rottermann <[email protected]>: > I understand that there is a way to handle transaction control in the > ZMySQL methods. However I find no documentation at all on how to use it. This is incorrect. ZSQL methods are called within Zope transactions so you need to look at the transaction manager. Charlie