This is an automated email from the ASF dual-hosted git repository.

corgy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 35f41a7baf [Improve][Doc] Add GenericDialect support in jdbc doc 
(#9763)
35f41a7baf is described below

commit 35f41a7baf6f359d635ab68c81f2d6d745bef5a6
Author: Jia Fan <[email protected]>
AuthorDate: Fri Aug 29 09:41:58 2025 +0800

    [Improve][Doc] Add GenericDialect support in jdbc doc (#9763)
---
 docs/en/connector-v2/sink/Jdbc.md   | 2 ++
 docs/en/connector-v2/source/Jdbc.md | 2 ++
 docs/zh/connector-v2/sink/Jdbc.md   | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/docs/en/connector-v2/sink/Jdbc.md 
b/docs/en/connector-v2/sink/Jdbc.md
index 2977662325..0ba6379407 100644
--- a/docs/en/connector-v2/sink/Jdbc.md
+++ b/docs/en/connector-v2/sink/Jdbc.md
@@ -94,6 +94,8 @@ Postgres 9.5 version or below,please set it to `postgresLow` 
to support cdc
 
 The appointed dialect, if it does not exist, is still obtained according to 
the url, and the priority is higher than the url. For example,when using 
starrocks, you need set it to `starrocks`. Similarly, when using mysql, you 
need to set its value to `mysql`.
 
+If one dialect not supported by SeaTunnel, it will use the default dialect 
`GenericDialect`. Just make sure the driver you provided support the database 
you want to connect.
+
 #### dialect list
 
 |           | Dialect Name |          |
diff --git a/docs/en/connector-v2/source/Jdbc.md 
b/docs/en/connector-v2/source/Jdbc.md
index a76dfb5cf9..f4587cd7f3 100644
--- a/docs/en/connector-v2/source/Jdbc.md
+++ b/docs/en/connector-v2/source/Jdbc.md
@@ -208,6 +208,8 @@ int_type_narrowing = false
 
 The appointed dialect, if it does not exist, is still obtained according to 
the url, and the priority is higher than the url. For example,when using 
starrocks, you need set it to `starrocks`. Similarly, when using mysql, you 
need to set its value to `mysql`.
 
+If one dialect not supported by SeaTunnel, it will use the default dialect 
`GenericDialect`. Just make sure the driver you provided support the database 
you want to connect.
+
 #### dialect list
 
 |           | Dialect Name |          |
diff --git a/docs/zh/connector-v2/sink/Jdbc.md 
b/docs/zh/connector-v2/sink/Jdbc.md
index 685afe8618..08b45f1012 100644
--- a/docs/zh/connector-v2/sink/Jdbc.md
+++ b/docs/zh/connector-v2/sink/Jdbc.md
@@ -91,6 +91,8 @@ Postgres 9.5及以下版本,请设置为 `postgresLow` 来支持 CDC
 
 指定的方言,如果不存在,仍然按照url获取,优先级高于url。例如,当使用 starrocks 时,你需要将其值设置为 
starrocks,同理,当使用mysql时,你需要将其值设置为mysql。
 
+如果 SeaTunnel 不支持某种方言,它将使用默认方言 `GenericDialect`。请确保您提供的驱动程序支持您想要连接的数据库。
+
 #### 示例可选
 
 |           | 方言名称       |          |

Reply via email to