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.3027
Description
1 Do migration from online to online
2 input right sql
select * from agent where (agent_id=1 and agent_grp_id=1 and status=1 and host_name='TestHostName1') or (agent_id=2 and agent_grp_id=1 and status=1 and host_name='TestHostName2') ;
3 Edit sql to
select * from agent where (agent_id=1 and agent_grp_id=1 and status=1 and host_name='TestHostName1') or (agent_id=2 and and agent_grp_id=1 and status=1 and host_name='TestHostName2') ;
4 It will pop error, then change it to right.
5 Click ok
Actual result:
It will pop error. Please see the attachment.
fixed