Edgewall Software

Changes between Version 63 and Version 64 of MySqlDb


Ignore:
Timestamp:
Dec 23, 2012, 11:45:07 PM (11 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

backticks instead of quotes

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v63 v64  
    5454If you are setting new collation on old database, make sure that column collations are converted too:
    5555{{{
    56 mysql> SHOW FULL COLUMNS FROM 'node_change';
     56mysql> SHOW FULL COLUMNS FROM `node_change`;
    5757+-------------+-------------+-----------+-
    5858| Field       | Type        | Collation |