Edgewall Software

Changes between Version 54 and Version 55 of MySqlDb


Ignore:
Timestamp:
Aug 26, 2010, 9:27:53 PM (14 years ago)
Author:
Roy Tate
Comment:

Added info about Py2.6 and Windows, Changed apostrophe

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v54 v55  
    4949If you are setting new collation on old database, make sure that column collations are converted too:
    5050{{{
    51 mysql> SHOW FULL COLUMNS FROM `node_change`;
     51mysql> SHOW FULL COLUMNS FROM 'node_change';
    5252+-------------+-------------+-----------+-
    5353| Field       | Type        | Collation |
     
    8989 - 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].
    9090 - ''NOTE: '' On FreeBSD this package is called py-MySQLdb (in ports)
     91
     92If you are using ActiveState Python 2.6 on Window, you can install with '''"pypm install mysql-python"'''.
    9193
    9294==== thread-safety is important ====