P4DTI issue job000241

TitleBugzilla integration doesn't work with MySQL version 3.22.32
Statusclosed
Prioritycritical
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionA user running MySQL 3.22.32 on Linux couldn't run the P4DTI because the results of the 'describe' SQL command had a different number of columns from that on the development system (also MySQL 3.22.32!?).
AnalysisGet the results of the 'describe' as a list of dictionaries instead of a list of tuples. Then we can extract information by name instead of index and we should be more compatible.
How foundcustomer
Evidence<http://info.ravenbrook.com/mail/2001/03/01/15-23-06/0.txt>
Observed in1.0.1
Introduced in0.5.0
Created byNick Barnes
Created on2001-03-02 11:19:19
Last modified byGareth Rees
Last modified on2001-12-10 19:29:23
History2001-03-02 NB Created.

Fixes

Change Effect Date User Description
9303 closed 2001-03-02 11:11:38 Nick Barnes Get SQL column descriptions as dictionaries instead of tuples (later versions of MySQL have more fields).