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

RocMarshal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 682ee650 [FLINK-38498] Support Mysql Timestamp and Postgres 
Timestamp_tz type. (#196)
682ee650 is described below

commit 682ee65002cdb00b31fcca5e52f57d6853a0501d
Author: Jackeyzhe <[email protected]>
AuthorDate: Tue Jun 23 00:11:46 2026 +0800

    [FLINK-38498] Support Mysql Timestamp and Postgres Timestamp_tz type. (#196)
    
    Co-authored-by: jackeyzhe <[email protected]>
---
 docs/content.zh/docs/connectors/table/jdbc.md | 17 ++++++++++++++++-
 docs/content/docs/connectors/table/jdbc.md    | 17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/jdbc.md 
b/docs/content.zh/docs/connectors/table/jdbc.md
index 8390c352..c73d9723 100644
--- a/docs/content.zh/docs/connectors/table/jdbc.md
+++ b/docs/content.zh/docs/connectors/table/jdbc.md
@@ -920,7 +920,10 @@ Flink 支持连接到多个使用方言(dialect)的数据库,如 MySQL、O
       <td><code>TIME [(p)] [WITHOUT TIMEZONE]</code></td>
     </tr>
     <tr>
-      <td><code>DATETIME [(p)]</code></td>
+      <td>
+        <code>DATETIME [(p)]</code><br>
+        <code>TIMESTAMP [(p)]</code>
+      </td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
@@ -934,6 +937,18 @@ Flink 支持连接到多个使用方言(dialect)的数据库,如 MySQL、O
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
     </tr>
+    <tr>
+      <td></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>DATETIMEOFFSET</code></td>
+      <td><code>TIMESTAMP [(p)]</code></td>
+      <td><code>TIMESTAMP_WITH_TIME_ZONE</code></td>
+      <td><code>TIMESTAMP [(p)]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+    </tr>
     <tr>
       <td>
         <code>CHAR(n)</code><br>
diff --git a/docs/content/docs/connectors/table/jdbc.md 
b/docs/content/docs/connectors/table/jdbc.md
index b0ef84eb..c17daa71 100644
--- a/docs/content/docs/connectors/table/jdbc.md
+++ b/docs/content/docs/connectors/table/jdbc.md
@@ -913,7 +913,10 @@ Flink supports connect to several databases which uses 
dialect like MySQL, Oracl
       <td><code>TIME [(p)] [WITHOUT TIMEZONE]</code></td>
     </tr>
     <tr>
-      <td><code>DATETIME [(p)]</code></td>
+      <td>
+        <code>DATETIME [(p)]</code><br>
+        <code>TIMESTAMP [(p)]</code>
+      </td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
@@ -927,6 +930,18 @@ Flink supports connect to several databases which uses 
dialect like MySQL, Oracl
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
       <td><code>TIMESTAMP [(p)] [WITHOUT TIMEZONE]</code></td>
     </tr>
+    <tr>
+      <td></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>DATETIMEOFFSET</code></td>
+      <td><code>TIMESTAMP [(p)]</code></td>
+      <td><code>TIMESTAMP_WITH_TIME_ZONE</code></td>
+      <td><code>TIMESTAMP [(p)]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+      <td><code>TIMESTAMP [(p)] [WITH TIMEZONE]</code></td>
+    </tr>
     <tr>
       <td>
         <code>CHAR(n)</code><br>

Reply via email to