"The current version supports transactions with BDB tables"
I am using ZMysqlDA with InnoDB tables and transactions since some months, and for the moment I haven't got any problem. But since it's a developping environment I don't know if I'll had a problem in real life.
How well work InnoDB with the Python or Zope Database adapter for you ?
Is there a reason why it works better with BDB than with InnoDB ??
Thank you very much,
Julin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Today reading andy's page
http://www.zope.org/Members/adustman/News/Products/MySQLdb
"The current version supports transactions with BDB tables"
I am using ZMysqlDA with InnoDB tables and transactions since some months, and for the moment I haven't got any problem. But since it's a developping environment I don't know if I'll had a problem in real life.
How well work InnoDB with the Python or Zope Database adapter for you ?
Is there a reason why it works better with BDB than with InnoDB ??
Thank you very much,
Julin
No, it works just fine with InnoDB tables. That's what I do most of my testing with these days.
Ok, thanks :-)