Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
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.5258
Description
1 Create one table
create table real_type(real1 real);
insert into real_type values(999999999999999999999999999999999999999999999999999999999999999);
insert into real_type values(991111111111111111111111111111111111111111111111111111111111111);
insert into real_type values(991111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111);
insert into real_type values(99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999);
2 Do migration to offline
Actual result:
It will pop error as attachment.
It will be migrated to big float auto.
Fixed in cmt2.0.0.5272