Skip to content

Commit 35f41a7

Browse files
authored
[Improve][Doc] Add GenericDialect support in jdbc doc (#9763)
1 parent c4ec5c0 commit 35f41a7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/en/connector-v2/sink/Jdbc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Postgres 9.5 version or below,please set it to `postgresLow` to support cdc
9494

9595
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`.
9696

97+
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.
98+
9799
#### dialect list
98100

99101
| | Dialect Name | |

docs/en/connector-v2/source/Jdbc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ int_type_narrowing = false
208208

209209
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`.
210210

211+
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.
212+
211213
#### dialect list
212214

213215
| | Dialect Name | |

docs/zh/connector-v2/sink/Jdbc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Postgres 9.5及以下版本,请设置为 `postgresLow` 来支持 CDC
9191

9292
指定的方言,如果不存在,仍然按照url获取,优先级高于url。例如,当使用 starrocks 时,你需要将其值设置为 starrocks,同理,当使用mysql时,你需要将其值设置为mysql。
9393

94+
如果 SeaTunnel 不支持某种方言,它将使用默认方言 `GenericDialect`。请确保您提供的驱动程序支持您想要连接的数据库。
95+
9496
#### 示例可选
9597

9698
| | 方言名称 | |

0 commit comments

Comments
 (0)