P4DTI issue job002051

TitleMySQLdb version testing doesn't check for unicode support
Statusclosed
Priorityessential
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionWhen the replicator starts up, it checks the version of the Python MySQL interface module. ASCII-only P4DTI operation is fine with versions after 0.2.2, but Unicode support is only developed fully in later versions, and ideally needs version 1.2.1 or later. We should check for this in particular and issue an appropriate warning.
AnalysisResearched Unicode support in MySQLdb by looking through the sources and contacting the author.
Write a deprecated_unicode test function and add it to the MySQLdb_support table in mysqldb_support.py.
How foundunknown
EvidenceI just know.
Observed in2.4.2
Created byNick Barnes
Created on2009-03-02 14:38:16
Last modified byNick Barnes
Last modified on2009-03-02 14:38:31
History2009-03-02 NB Created.

Fixes

Change Effect Date User Description
165210 closed 2008-06-04 18:39:20 Nick Barnes Changes to MySQLdb support checking.