This ZopeProduct is a database adapter for MySQL?, based upon ZOracleDC? by Digital Creations. It has been adapted for use with MySQLdb?-0.9.0.
- http://www.zope.org/Members/adustman/Products/ZMySQLDA
- home http://sourceforge.net/projects/mysql-python
warning, temporal fields are inconsistent --slinkp, Wed, 20 Sep 2006 13:05:15 -0700 reply
Some date fields come back as instances of zope's DateTime.
Others come back as instances of python's datetime.datetime.
I suspect bit rot: the latest ZMySQLDA release (2.0.8) dates from 2001, and the python mysql library has gone through many releases since then, probably adding some new field types.