Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1.201209
-
Fix Version/s: CMT8.4.1.201209
-
Component/s: CUBRID Migration Toolkit
-
Labels:
-
Environment:
CMT8.4.1.3032
From cubrid8.4.1.6004 to cubrid8.3.1.2003
Description
1 There are two tables.
CREATE TABLE "bgao"(
"id" integer,
"bid" integer
)
;
CREATE TABLE "c"(
"a" datetime
)
;
2 Do migrate from online to online
3 Goto step3
choose bgao, and c, and change target table name to bgao.
input the column of c.
4 Goto step4
Actual result:
It will pop nullpointerexception.
Then click back, click other table, it will pop error as attachment c.
fixed