Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: CM8.4.1, CQB8.4.1
-
Fix Version/s: CM8.4.1.201203, CQB8.4.1.201203
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:
-
Environment:Hide
Componets: CUBRID Query Browser
Client Version: 8.4.1.0003
Clinet OS: Windows 7
Clinet Environment: win32-win32-x86_64
Server Version: 8.4.0.1008
Server OS: Windows 7
JDBC Version: 8.4.0.1008ShowComponets: CUBRID Query Browser Client Version: 8.4.1.0003 Clinet OS: Windows 7 Clinet Environment: win32-win32-x86_64 Server Version: 8.4.0.1008 Server OS: Windows 7 JDBC Version: 8.4.0.1008
-
Fix Build Number:0004
Description
query :
select 'alter serial ' || name || ' start with ' || '(select max(' || att_name || ') + 1 from ' || class_name || ');'
from db_serial
where class_name like 'nt%'
;
'' 내에 ;가 있을 경우 인식하지 못하는 오류 수정하였습니다.
–
“内有;时无法识别的error已修改。