Skip to content

Commit 5d104d2

Browse files
authored
chore(query): show full columns print filed: comment -> Comment (#10870)
1 parent de32358 commit 5d104d2

File tree

1 file changed

+1
-1
lines changed
  • src/query/sql/src/planner/binder/ddl

1 file changed

+1
-1
lines changed

src/query/sql/src/planner/binder/ddl/column.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl Binder {
8181
select_builder
8282
.with_column("collation_name AS `Collation`")
8383
.with_column("privileges AS `Privileges`")
84-
.with_column("column_comment AS Comment");
84+
.with_column("column_comment AS `Comment`");
8585
}
8686

8787
select_builder

0 commit comments

Comments
 (0)