Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM8.4.1.201203, CQB8.4.1.201203
-
Component/s: CUBRID Manager, CUBRID Query Browser
-
Labels:
-
Fix Build Number:8.4.1.2015
Description
Every queries CM/CQB automatically creates should be formatted.
the current queries are a single line, therefore users should enter and enter for each line.
drag a table name, the follwoing query is written in the editor however it is a "single line" statement.
what if the table has over 30 columns?
SELECT "total" , "r2_x" , "ymd" , "r3_x" , "r4_x" FROM "cubrid_daily_total";
Fixed Drag and drop function and generating function of select, insert, update, delete sql menu.