Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1, CMT8.4.1.201203
-
Fix Version/s: CMT8.4.1.201203
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT2.0.0.4999
Description
1 Create one view:
CREATE VIEW "gaoym1" AS
select "code"."s_name" AS "s_name","code"."f_name" AS "f_name",concat("code"."s_name","code"."f_name") AS "name" from "code";
2 Migrated from online db to online db, it's ok.
But migrated from online db to file, it will be cancel
Check it in new build