This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 b18182df38b Adds documentation for Firebird support(#33782) (#33975)
b18182df38b is described below
commit b18182df38b0ec5eaa4cc7de6a704072e8a24fe8
Author: Maxim Sentyabrskiy <[email protected]>
AuthorDate: Mon Dec 9 12:28:53 2024 +0300
Adds documentation for Firebird support(#33782) (#33975)
---
.../shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md | 1 +
.../shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md | 1 +
2 files changed, 2 insertions(+)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md
index c1e8f425068..4de7d12b78a 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.cn.md
@@ -70,6 +70,7 @@ dataSources:
5. 为 `jdbc:tc:mysql:` 的 jdbcURL 前缀提供支持的 Maven 模块
`org.testcontainers:mysql:1.20.3`
6. 为 `jdbc:tc:oracle:` 的 jdbcURL 前缀提供支持的 Maven 模块
`org.testcontainers:oracle-xe:1.20.3` 和 `org.testcontainers:oracle-free:1.20.3`
7. 为 `jdbc:tc:tidb:` 的 jdbcURL 前缀提供支持的 Maven 模块
`org.testcontainers:tidb:1.20.3`
+8. 为 `jdbc:tc:firebird:` 的 jdbcURL 前缀提供支持的 Maven 模块
`org.firebirdsql:firebird-testcontainers-java:1.4.0`
## 使用限制
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md
index 82cebf382ec..60950508b23 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/testcontainers/_index.en.md
@@ -70,6 +70,7 @@ dataSources:
5. Maven module `org.testcontainers:mysql:1.20.3` that provides support for
jdbcURL prefixes of `jdbc:tc:mysql:`
6. Maven modules `org.testcontainers:oracle-xe:1.20.3` and
`org.testcontainers:oracle-free:1.20.3` that provide support for jdbcURL
prefixes of `jdbc:tc:oracle:`
7. Maven module `org.testcontainers:tidb:1.20.3` that provides support for
jdbcURL prefixes of `jdbc:tc:tidb:`
+8. Maven module `org.firebirdsql:firebird-testcontainers-java:1.4.0` that
provides support for jdbcURL prefixes of `jdbc:tc:firebird:`
## Usage restrictions