P4DTI issue job000413

TitleBugzilla integration does not work with MySQLdb 0.9.0 or later
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionThe 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.
AnalysisMySQLdb.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 foundmanual_test
Evidence<http://info.ravenbrook.com/project/p4d...ython-0.9.0/MySQL-python-0.9.0/MySQLdb/>
Observed in1.2.1
Introduced in0.5.0
Created byNick Barnes
Created on2001-10-24 16:00:51
Last modified byGareth Rees
Last modified on2001-12-10 19:59:26
History2001-10-24 NB Created.

Fixes

Change Effect Date User Description
26293 closed 2002-01-31 19:04:16 Gareth Rees Added support for MySQLdb 0.9.1.