[Zope] MySQL transaction support (was: MySQL Select Statements)
Ron Bickers
rbickers@logicetc.com
Fri, 30 Jun 2000 17:00:59 -0400
> -----Original Message-----
> From: Andy Dustman [mailto:adustman@comstar.net]
> Sent: Friday, June 30, 2000 4:08 PM
> To: Ron Bickers
> Cc: zope@zope.org; andy-python@dustman.net
> Subject: RE: [Zope] MySQL transaction support (was: MySQL Select
> Statements)
> with BDB tables. But it may be possible to break things down as having a
> DA for 3.22 and one for 3.23. Which is, in practice, may not be any
> different than having one that is not transactional (3.22 never is) and
> one that is transactional (3.23 sometimes is).
What I want to avoid is having to create two different "MySQL database
connections" where I have to choose the "correct" one based on whether or
not my SQL method is using transactions or not. I'll most likely only be
using one version of MySQL at a time, but if I'm using transactions at all,
there's a good chance not all of my tables will support them.
I guess we'll just have to do some testing.
_______________________
Ron Bickers
Logic Etc, Inc.
rbickers@logicetc.com