Title | Bugzilla integration does not work with MySQLdb 0.9.0 or later |
Status | closed |
Priority | essential |
Assigned user | Nick Barnes |
Organization | Ravenbrook |
Description | The P4DTI Bugzilla integration uses a Python database library called MySQLdb to access the Bugzilla database. The P4DTI supports release 0.2.2 and 0.3.0 or this library. There are several more recent releases. The most recent releases do not work with the P4DTI. |
Analysis | MySQLdb.type_conv doesn't exist on these later MySQLdb releases. We have code in configure_bugzilla.py to turn off the DateTime handling in MySQLdb; that code needs to be rewritten so it still works for 0.9.0 and later. |
How found | manual_test |
Evidence | <http://info.ravenbrook.com/project/p4d...ython-0.9.0/MySQL-python-0.9.0/MySQLdb/ > |
Observed in | 1.2.1 |
Introduced in | 0.5.0 |
Created by | Nick Barnes |
Created on | 2001-10-24 16:00:51 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:59:26 |
History | 2001-10-24 NB Created. |