| Author |
Message |
kAlvaro
Joined: 18 Jan 2010 Posts: 9 Location: Spain
|
Posted: Thu Oct 14, 2010 10:30 am Post subject: Issues found in the first five minutes |
|
|
This is roughly what I've just reported in the feedback form:
- Bottom panels highlight different database names as difference
- Does not handle default values in date columns, such as:
`fecha_alta` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
- It doesn't compare data yet it compares and changes AUTO_INCREMENT
- If there are foreign keys, it can completely mess the database:
CREATE TABLE `my_db`.`RG_TEMP_1672935009_0` ( ........) ENGINE=InnoDB DEFAULT CHARSET=utf8 DEFAULT COLLATE=utf8_spanish_ci AUTO_INCREMENT=133;
/* SQL Error (1005): Can't create table 'infocap_infocap_demo.rg_temp_1672935009_0' (errno: 121) Duplicate key on write or update */ _________________ Álvaro G. Vicario - Burgos, Spain |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group