Skip to content

Commit

Permalink
chore: update grpc limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Oct 24, 2024
1 parent a133917 commit 5791c32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/reference/sql/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Output:

:::warning Limitation

1. The gRPC protocol does not support the JSON type.
1. The gRPC protocol does not support inserting JSON data through automatic table creation. However, you can manually create a table and insert JSON data by defining the JSON column as a String type.
2. The insertion of JSON data using MySQL protocol prepared statements is not supported.

:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ SELECT * FROM json_data;

:::warning 限制说明

1. gRPC 协议不支持 JSON 类型
1. gRPC 协议不支持通过自动建表写入 JSON 数据。不过,您可以手动创建表,并将 JSON 数据列设置为 String 类型进行写入
2. 不支持通过 MySQL 协议预处理语句插入 JSON 数据。

:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ SELECT * FROM json_data;

:::warning 限制说明

1. gRPC 协议不支持 JSON 类型
1. gRPC 协议不支持通过自动建表写入 JSON 数据。不过,您可以手动创建表,并将 JSON 数据列设置为 String 类型进行写入
2. 不支持通过 MySQL 协议预处理语句插入 JSON 数据。

:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-0.9/reference/sql/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Output:

:::warning Limitation

1. The gRPC protocol does not support the JSON type.
1. The gRPC protocol does not support inserting JSON data through automatic table creation. However, you can manually create a table and insert JSON data by defining the JSON column as a String type.
2. The insertion of JSON data using MySQL protocol prepared statements is not supported.

:::
Expand Down

0 comments on commit 5791c32

Please sign in to comment.