| Title | Bugzilla integration doesn't work with MySQL version 3.22.32 |
| Status | closed |
| Priority | critical |
| Assigned user | Nick Barnes |
| Organization | Ravenbrook |
| Description | A 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!?). |
| Analysis | Get 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 found | customer |
| Evidence | <http://info.ravenbrook.com/mail/2001/03/01/15-23-06/0.txt> |
| Observed in | 1.0.1 |
| Introduced in | 0.5.0 |
| Created by | Nick Barnes |
| Created on | 2001-03-02 11:19:19 |
| Last modified by | Gareth Rees |
| Last modified on | 2001-12-10 19:29:23 |
| History | 2001-03-02 NB Created. |