This is an automated email from the ASF dual-hosted git repository.
sunnianjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 36ac4f50c61 Update the unsupported items for jdbc (#34030)
36ac4f50c61 is described below
commit 36ac4f50c6190b0a3d46e7a41d1c37c3f66303fe
Author: Haoran Meng <[email protected]>
AuthorDate: Thu Dec 12 19:41:54 2024 +0800
Update the unsupported items for jdbc (#34030)
---
.../content/user-manual/shardingsphere-jdbc/unsupported.cn.md | 4 ++++
.../content/user-manual/shardingsphere-jdbc/unsupported.en.md | 4 ++++
2 files changed, 8 insertions(+)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.cn.md
index 4a85fe694bb..5593ede6ef3 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.cn.md
@@ -3,6 +3,10 @@ title = "不支持项"
weight = 6
+++
+## 配置
+
+* 不支持配置多个逻辑数据库。
+
## DataSource 接口
* 不支持 timeout 相关操作。
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.en.md
index 2c4055272b2..d466046a88a 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/unsupported.en.md
@@ -3,6 +3,10 @@ title = "Unsupported Items"
weight = 6
+++
+## Configuration
+
+* Do not support configuring multiple logic databases
+
## DataSource Interface
* Do not support timeout related operations