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.4290
Description
1 Do migration from mysql to CUBRID,choose view
2 Goto step4, change view sql,such as:
from: select "code"."s_name" AS "s_name","code"."f_name" AS "f_name",concat("code"."s_name","code"."f_name") AS "name" from "code"
to: select "code"."s_name" AS "s_name","code"."f_name" AS "f_name" from "code"
3 Do migration.
Actual result:
It will pop the error as attachment.
fixed