Skip to content

[Bug]: No comments in the selected columns within the table data #1482

@sl01388797

Description

@sl01388797

ODC version

odc423

OB version

What happened?

image

What did you expect to happen?

image

How can we reproduce it (as minimally and precisely as possible)?

  1. Create Table
    CREATE TABLE 全类型表 (
    col1 int(11) NOT NULL AUTO_INCREMENT COMMENT '第一列',
    COL2 decimal(10,2) DEFAULT NULL COMMENT '第二列',
    第三列3 decimal(10,2) DEFAULT NULL COMMENT '第三列',
    !@#$4 bit(8) DEFAULT NULL COMMENT '第四列',
    col5 tinyint(4) DEFAULT NULL COMMENT '第五列',
    col6 smallint(6) DEFAULT NULL COMMENT '第六列',
    col7 mediumint(9) DEFAULT NULL COMMENT '第七列',
    col8 bigint(20) DEFAULT NULL COMMENT '第八列',
    col9 float(10,2) DEFAULT NULL COMMENT '第九列',
    col10 double(10,2) DEFAULT NULL COMMENT '第十列',
    col11 varchar(10) DEFAULT NULL COMMENT '第十一列',
    col12 char(10) NOT NULL DEFAULT '中文字段' COMMENT '第十二列',
    col13 text DEFAULT NULL COMMENT '第十三列',
    col14 tinytext DEFAULT NULL COMMENT '第十四列',
    col15 mediumtext DEFAULT NULL COMMENT '第十五列',
    col16 longtext DEFAULT NULL COMMENT '第十六列',
    col17 blob DEFAULT NULL COMMENT '第十七列',
    col18 tinyblob DEFAULT NULL COMMENT '第十八列',
    col19 longblob DEFAULT NULL COMMENT '第十九列',
    col20 mediumblob DEFAULT NULL COMMENT '第二十列',
    col21 binary(16) DEFAULT NULL COMMENT '第二十一列',
    col22 varbinary(16) DEFAULT NULL COMMENT '第二十二列',
    col23 timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '第二十三列',
    col24 time DEFAULT NULL COMMENT '第二十四列',
    col25 date DEFAULT NULL COMMENT '第二十五列',
    col26 datetime DEFAULT NULL COMMENT '第二十六列',
    col27 year(4) DEFAULT NULL COMMENT '第二十七列',
    PRIMARY KEY (col1)
    )
  2. Add data
  3. View content in table data

Anything else we need to know?

No response

Cloud

No response

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status

Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions