Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: CMT8.4.1
-
Fix Version/s: CMT8.4.1
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT2.0.0.5049
Description
1 Do migration from mysql db to online db
2 numeric(65,0) to Numeric(38,0)
Actual result:
Some data has been migrated. Some data hasn't been migrated(The data length is less than 38.).
It's not a bug. The JDBC driver canceled the insert operation left when errors raised.