Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.0.p2
-
Component/s: CUBRID Manager
-
Labels:
-
Environment:
CM 8.4.0, CQB 1.1.2
Description
Reproducing step:
1. create table aa;
2. refresh
3. drag aa and drop to query editor
4. generated SQL is 'SELECT FROM "aa"'
In this case should generate SQL as 'SELECT * from "aa"'
Fix it