You are not logged in Log in Join
You are here: Home » Members » Andy Dustman's Zope Stuff » News » MySQL Support Updated » View NewsItem

Log in
Name

Password

 

MySQL Support Updated

I've just updated the MySQL support for Zope. Current status:

  • MySQLdb (Python interface to MySQL) has been updated to version 0.3.1, which is quite stable. MySQLdb supports MySQL-3.22 and 3.23. It also supports transactions when used with the 3.23 server and BDB tables.
  • ZMySQLDA (Zope interface to MySQLdb) has been updated to version 2.0.4, which I've had a number of favorable reports about. It supports the Zope Transaction Manager in conjuction with BDB tables. Unlike some earlier versions, there is no separate transactional DA. If you have any old ZMySQLTDA Connection Objects, you will need to recreate them.