This is an automated email from the ASF dual-hosted git repository. zhangliang 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 72e88fbca71 Rename module names from shardingsphere-dialect_xxx-protocol to shardingsphere-protocol-dialect_xxx (#36376) 72e88fbca71 is described below commit 72e88fbca71545a7e30b1162c8659ae19fae3f7e Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Thu Aug 21 00:25:10 2025 +0800 Rename module names from shardingsphere-dialect_xxx-protocol to shardingsphere-protocol-dialect_xxx (#36376) --- .../user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md index 7ce001b1a32..310404aa392 100644 --- a/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md +++ b/docs/document/content/user-manual/shardingsphere-proxy/optional-plugins/_index.cn.md @@ -17,7 +17,7 @@ ShardingSphere 默认情况下仅包含核心 SPI 的实现,在 Git Source 存 - `org.apache.shardingsphere:shardingsphere-protocol-mysql`,数据库协议的 MySQL 实现 - `org.apache.shardingsphere:shardingsphere-protocol-postgresql`,数据库协议的 PostgreSQL 实现 - `org.apache.shardingsphere:shardingsphere-protocol-opengauss`,数据库协议的 openGauss 实现 -- `org.apache.shardingsphere:shardingsphere-firebird-protocol`,数据库协议的 Firebird 实现 +- `org.apache.shardingsphere:shardingsphere-protocol-firebird`,数据库协议的 Firebird 实现 - `org.apache.shardingsphere:shardingsphere-proxy-frontend-core`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议 - `org.apache.shardingsphere:shardingsphere-proxy-frontend-mysql`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议的 MySQL 实现 - `org.apache.shardingsphere:shardingsphere-proxy-frontend-postgresql`,用于 ShardingSphere-Proxy 解析与适配访问数据库的协议的 PostgreSQL 实现