Edgewall Software

Changes between Version 58 and Version 59 of MySqlDb


Ignore:
Timestamp:
Oct 25, 2011, 4:45:27 PM (13 years ago)
Author:
Christian Boos
Comment:

well, to be honest, it was not that clear that 1.2.1 was no longer supported…

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v58 v59  
    7878
    7979=== MySQLdb ===
    80 The recommended version is MySQL-python 1.2.2, which must be compiled in ''thread-safe client'' mode.
     80The recommended version is MySQL-python 1.2.2 or 1.2.3, which must be compiled in ''thread-safe client'' mode.
    8181Earlier versions are known to be problematic.
    82 The 1.2.3 pre-versions seem to work fine (did somewhat limited testing for 1.2.3c1).
    8382
    8483See http://cheeseshop.python.org/pypi/MySQL-python/1.2.2, which contains links to the .tar.gz source distribution as well as pre-built Windows eggs, but for Python 2.5 only as of this writing. Python 2.6 binaries for windows can be found [http://www.codegood.com/archives/4 here] (unofficial site).
     
    8685Older versions can be found at the [https://sourceforge.net/projects/mysql-python/ mysql-python] Sourceforge project:
    8786|| '''Version''' || '''Notes''' ||
    88 || `MySQL-python 1.2.1_p2` || This was the previously recommended version ||
    89 || `MySQL-python 1.2.0-3.2.2`, `MySQL-python 1.2.2b2` || Reported to have issues (see #3645) ||
     87|| `MySQL-python 1.2.1_p2` || This was the previously recommended version -- **unsupported** ||
     88|| `MySQL-python 1.2.0-3.2.2`, `MySQL-python 1.2.2b2` || Reported to have issues (see #3645) -- **unsupported** ||
    9089|| `MySQL-python-1.2.2b2` ||  Was [googlegroups:trac-users:e291b3ecb4a990a1 reported] to solve an `AttributeError: 'array.array' object has no attribute 'startswith'` error seen when viewing a changeset. These problems ought to be fixed in 1.2.2b3; if they are not, or if you have other issues, please file a bug in the [https://sourceforge.net/tracker/?group_id=22307&atid=374932 MySQL-python Bug Tracker] ||
    9190