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.9.0. This is probably the final version before 1.0.0. MySQLdb supports MySQL-3.22 and 3.23. It also supports transactions when used with a 3.23 server that supports transaction-safe tables (TSTs). This includes BDB, INNOBASE, and GEMINI.
  • ZMySQLDA (Zope interface to MySQLdb) has been updated to version 2.0.7. It supports the Zope Transaction Manager in conjuction with TST tables. Transactions are enabled automatically when the server supports them; transactions may be explicitly enabled or disabled by prefixing the connection string with + or -.