Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.1.201206, CQB8.4.1.201206
-
Component/s: CUBRID Manager, CUBRID Query Browser
Description
OID보기(Edit in the result) button works incorrectly when clicking a left table node.
1) click an icon (Edit the result)
2) Re-execute SELECT query in the query editor
3) OID column appears in the result.
However
1) click an icon (Edit the result)
2) Double click the table node to execute fast SELECT query --> In the query editor, it automatically generate a sample SELECT statement as follows:
SELECT
"host_year" ,
"host_nation" ,
"host_city" ,
"opening_date" ,
"closing_date" ,
"mascot" ,
"slogan" ,
"introduction"
FROM
"olympic"
WHERE
ROWNUM BETWEEN 1 AND 100;
3) My setting for "Edit in the result" becomes rollbacked and I have to re-click the button.
Left tree's query overrides my OID settings to be disabled.
Like I said, the button should be located in the result window.
In the latest version , this is not a problem anymore