Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1
-
Fix Version/s: CMT8.4.1
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT2.0.0.4873
Description
1 Create table:
CREATE TABLE `booltest` (
`b` tinyint(1) DEFAULT NULL,
`boo` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `booltest` VALUES ('2', '3');
INSERT INTO `booltest` VALUES ('0', '1');
INSERT INTO `booltest` VALUES ('6', '0');
INSERT INTO `booltest` VALUES ('45', '54');
2 Do migration
In migration, it will be error.
Fixed in version 2.0.0.4890