Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MySQL-Diff CPAN distribution.

Report information
The Basics
Id: 71477
Status: open
Priority: 0/
Queue: MySQL-Diff

People
Owner: Nobody in particular
Requestors: nselikoff [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.33
Fixed in: (no value)



Subject: bug with case sensitivity of 'DEFAULT' vs 'default'
Hi Adam, Thanks for making mysqldiff available. I'm trying to get up and running with it, but it's returning mysql commands to alter tables that are really the same. Apparently, the only difference is that one database is saying 'default' and one is saying 'DEFAULT'. E.g.: ALTER TABLE `ColorTable` CHANGE COLUMN `colorName` `colorName` varchar(20) NOT NULL default ''; # was varchar(20) NOT NULL DEFAULT '' Any ideas on how to avoid this? Thanks, Nathan