Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: CM/CQB-2013.03
-
Component/s: CUBRID Manager
-
Labels:
-
Environment:
CM 9.0.0.0001 for Mac
Description
Assume the following table:
CREATE TABLE "tbl_enum"( "id" integer AUTO_INCREMENT PRIMARY KEY, "enum_type" enum );
When expending the table on the left tree in Hosts panel, the enum_type column is displayed as VARCHAR. It should be ENUM instead. See the attached screenshot.
Issue Links
- is duplicated by
-
TOOLS-2388
ENUM data type is missing in CM and CQB 9.0 for Mac
-

It is JDBC's problem. If JDBC fixed, then fix this bug.