Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CMT8.4.1
-
Fix Version/s: CMT8.4.1.201203
-
Component/s: CUBRID Migration Toolkit
-
Labels:None
-
Environment:
CMT8.4.1.0001
Description
1 In step3,input many sqls, two tables' name is same.
name sql
select Select * from code
count select count
from code
select select 1&0
guanlian select a.agent_id, b.group_name from agent a,agent_group b where a.agent_grp_id = b.agent_grp_id
multis select agent_id from agent where agent_grp_id in (select agent_grp_id from agent_group where group_name ='Group1-Name')
2 Goto step5,there isn't any error.
3 Go back to step3,delete all sql3. then input the sql too.
name sql
select Select * from code
count select count
from code
select select 1&0
guanlian select a.agent_id, b.group_name from agent a,agent_group b where a.agent_grp_id = b.agent_grp_id
multis select agent_id from agent where agent_grp_id in (select agent_grp_id from agent_group where group_name ='Group1-Name')
4 Goto step4, click next, the second table will lost the target column.
Fix in 8.4.2