Skip to content

Commit 82b8783

Browse files
authored
After creation database or table, its name will be displayed uniformly in lowercase. (#860)
1 parent c3e769b commit 82b8783

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/UserGuide/Master/Table/Basic-Concept/Database-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This command is used to create a database.
3636
**Note: **
3737

3838
1. `<DATABASE_NAME>`: The name of the database, with the following characteristics:
39-
- Case-insensitive.
39+
- Case-insensitive. After creation, it will be displayed uniformly in lowercase.
4040
- Can include commas (`,`), underscores (`_`), numbers, letters, and Chinese characters.
4141
- Maximum length is 64 characters.
4242
- Names with special characters or Chinese characters must be enclosed in double quotes (`""`).

src/UserGuide/Master/Table/Basic-Concept/Table-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ comment
6666
2. Column categories default to `FIELD` if not specified. `TAG` and `ATTRIBUTE` columns must be of type `STRING`.
6767
3. Table `TTL` defaults to the database `TTL`. You can omit this property or set it to `default` if the default value is used.
6868
4. `<TABLE_NAME>`:
69-
1. Case-insensitive.
69+
1. Case-insensitive. After creation, it will be displayed uniformly in lowercase.
7070
2. Can include special characters such as `~!`"`%`, etc.
7171
3. Names with special or Chinese characters must be enclosed in double quotes (`""`).
7272
4. Outer double quotes are not retained in the final table name. For example: `"a""b"` becomes `a"b`.

src/UserGuide/latest-Table/Basic-Concept/Database-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This command is used to create a database.
3636
**Note: **
3737

3838
1. `<DATABASE_NAME>`: The name of the database, with the following characteristics:
39-
- Case-insensitive.
39+
- Case-insensitive. After creation, it will be displayed uniformly in lowercase.
4040
- Can include commas (`,`), underscores (`_`), numbers, letters, and Chinese characters.
4141
- Maximum length is 64 characters.
4242
- Names with special characters or Chinese characters must be enclosed in double quotes (`""`).

src/UserGuide/latest-Table/Basic-Concept/Table-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ comment
6666
2. Column categories default to `FIELD` if not specified. `TAG` and `ATTRIBUTE` columns must be of type `STRING`.
6767
3. Table `TTL` defaults to the database `TTL`. You can omit this property or set it to `default` if the default value is used.
6868
4. `<TABLE_NAME>`:
69-
1. Case-insensitive.
69+
1. Case-insensitive. After creation, it will be displayed uniformly in lowercase.
7070
2. Can include special characters such as `~!`"`%`, etc.
7171
3. Names with special or Chinese characters must be enclosed in double quotes (`""`).
7272
4. Outer double quotes are not retained in the final table name. For example: `"a""b"` becomes `a"b`.

src/zh/UserGuide/Master/Table/Basic-Concept/Database-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
**说明:**
3737

3838
1. <DATABASE_NAME> 数据库名称,具有以下特性:
39-
- 大小写不敏感
39+
- 大小写不敏感,创建成功后,统一显示为小写
4040
- 名称的长度不得超过 64 个字符。
4141
- 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
4242
- 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。

src/zh/UserGuide/Master/Table/Basic-Concept/Table-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ comment
6666
2. 列的类别可以省略,默认为`FIELD`。当列的类别为`TAG``ATTRIBUTE`时,数据类型需为`STRING`(可省略)。
6767
3. 表的TTL默认为其所在数据库的TTL。如果使用默认值,可以省略此属性,或将其设置为`default`
6868
4. <TABLE_NAME>表名称,具有以下特性:
69-
- 大小写不敏感
69+
- 大小写不敏感,创建成功后,统一显示为小写
7070
- 名称可包含特殊字符,如 `~!`"%` 等
7171
- 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
7272
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。

src/zh/UserGuide/latest-Table/Basic-Concept/Database-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
**说明:**
3737

3838
1. <DATABASE_NAME> 数据库名称,具有以下特性:
39-
- 大小写不敏感
39+
- 大小写不敏感,创建成功后,统一显示为小写
4040
- 名称的长度不得超过 64 个字符。
4141
- 名称中包含下划线(_)、数字(非开头)、英文字母可以直接创建
4242
- 名称中包含特殊字符(如`)、中文字符、数字开头时,必须用双引号 "" 括起来。

src/zh/UserGuide/latest-Table/Basic-Concept/Table-Management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ comment
6666
2. 列的类别可以省略,默认为`FIELD`。当列的类别为`TAG``ATTRIBUTE`时,数据类型需为`STRING`(可省略)。
6767
3. 表的TTL默认为其所在数据库的TTL。如果使用默认值,可以省略此属性,或将其设置为`default`
6868
4. <TABLE_NAME>表名称,具有以下特性:
69-
- 大小写不敏感
69+
- 大小写不敏感,创建成功后,统一显示为小写
7070
- 名称可包含特殊字符,如 `~!`"%` 等
7171
- 包含特殊字符或中文字符的数据库名创建时必须用双引号 "" 括起来。
7272
- 当为表命名时,最外层的双引号(`""`)不会在实际创建的表名中出现。

0 commit comments

Comments
 (0)