[Zope-DB] Help me to connect Mysql to zope
Chris Withers
lists at simplistix.co.uk
Tue Mar 23 04:31:54 EST 2004
(please keep stuff on the list)
garry saddington wrote:
> pre: transactional = self.db.server_capabilities & CLIENT.TRANSACTIONS
>
> post: transactional=0
Okay, grep the source for "server_capabilities". You may want to hunt through
the CVS on SourceForge and see when it was added and check out the commmit
mesage to find out why...
I'd also maybe try changing the line to:
transactional = CLIENT.TRANSACTIONS
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-DB
mailing list