From e9c8ef5d08ead49bf71e8a4199fb62727123c705 Mon Sep 17 00:00:00 2001 From: travelliu Date: Thu, 9 Jun 2022 10:31:12 +0800 Subject: [PATCH] feat(mtk): relrase v2.3.3 --- .../docs-mtk/v2.0/mtk-oracle-to-openGauss.md | 1 + product/en/docs-mtk/v2.0/release-notes.md | 39 +++++++++++++++++++ .../docs-mtk/v2.0/mtk-oracle-to-openGauss.md | 1 + product/zh/docs-mtk/v2.0/release-notes.md | 39 +++++++++++++++++++ 4 files changed, 80 insertions(+) diff --git a/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md b/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md index 63c0479b..68d7d5b9 100644 --- a/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md +++ b/product/en/docs-mtk/v2.0/mtk-oracle-to-openGauss.md @@ -209,6 +209,7 @@ If the current value is greater than 9223372036854775807, an error will occur. F | [URI Data Types][URI_Data_Types] | Not Support | | [URIFactory Package][URIFactory_Package] | Not Support | | SDO_GEOMETRY | Partially Supported
See : [Spatial](#spatial)| +| ST_GEOMETRY | Partially Supported
See : [Spatial](#spatial)| | [SDO_TOPO_GEOMETRY][SDO_TOPO_GEOMETRY] | Not Support | | [SDO_GEORASTER][SDO_GEORASTER] | Not Support | diff --git a/product/en/docs-mtk/v2.0/release-notes.md b/product/en/docs-mtk/v2.0/release-notes.md index dfc422b7..08cab1dc 100644 --- a/product/en/docs-mtk/v2.0/release-notes.md +++ b/product/en/docs-mtk/v2.0/release-notes.md @@ -7,6 +7,45 @@ date: 2021-09-13 # Release Notes +## v2.3.3 + +2022-06-08 + +### MTK + +- [mtk_2.3.3_darwin_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64.tar.gz) +- [mtk_2.3.3_darwin_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64_db2.tar.gz) +- [mtk_2.3.3_darwin_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_arm64.tar.gz) +- [mtk_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64.tar.gz) +- [mtk_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64_db2.tar.gz) +- [mtk_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_arm64.tar.gz) +- [mtk_2.3.3_windows_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64.tar.gz) +- [mtk_2.3.3_windows_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64_db2.tar.gz) +- [mtk_checksums.txt](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_checksums.txt) + +### MTKD + +- [mtkd_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64.tar.gz) +- [mtkd_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64_db2.tar.gz) +- [mtkd_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_arm64.tar.gz) + +### Features + +- **Oracle:** rewrite Oracle function declaration `PARALLEL_ENABLE` to be empty +- **Oracle:** rewrite Oracle function declaration `deterministic` to empty openGauss `IMMUTABLE` +- **mtkd:** add connection pool parameter +- **openGauss:** add `timestamp` precision warning +- **openGauss:** support Oracle `ST_GEOMETRY` for openGauss postgis `geometry` +- **openGauss:** rewrite Oracle `wmsys.wm_concat` to `wm_concat` +- **openGauss:** rewrite Oracle `!=` to openGauss `!=` + +### Bug Fixes + +- **report:** optimize the display of results and solve the sql copy bug +- **MySQL:** MySQL ignores case query constraints where conditional issues +- **Oracle:** Migrating Oracle `raw` to openGauss `raw` issue +- **mtkd:** create/modify/run tasks add configuration checks + ## v2.3.2 2022-05-16 diff --git a/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md b/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md index 7ad782e8..2edaf89e 100644 --- a/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md +++ b/product/zh/docs-mtk/v2.0/mtk-oracle-to-openGauss.md @@ -192,6 +192,7 @@ MogDB=#select id,concat('"',col_char,'"') ,col_char from tab_char; | [URI Data Types][URI_Data_Types] | Not Support | | [URIFactory Package][URIFactory_Package] | Not Support | | SDO_GEOMETRY | Partially Supported
See : [Spatial](#spatial)| +| ST_GEOMETRY | Partially Supported
See : [Spatial](#spatial)| | [SDO_TOPO_GEOMETRY][SDO_TOPO_GEOMETRY] | Not Support | | [SDO_GEORASTER][SDO_GEORASTER] | Not Support | diff --git a/product/zh/docs-mtk/v2.0/release-notes.md b/product/zh/docs-mtk/v2.0/release-notes.md index ff42f76c..42cc2430 100644 --- a/product/zh/docs-mtk/v2.0/release-notes.md +++ b/product/zh/docs-mtk/v2.0/release-notes.md @@ -7,6 +7,45 @@ date: 2021-09-17 # 发布记录 +## v2.3.3 + +2022-06-08 + +### MTK + +- [mtk_2.3.3_darwin_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64.tar.gz) +- [mtk_2.3.3_darwin_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_amd64_db2.tar.gz) +- [mtk_2.3.3_darwin_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_darwin_arm64.tar.gz) +- [mtk_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64.tar.gz) +- [mtk_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_amd64_db2.tar.gz) +- [mtk_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_linux_arm64.tar.gz) +- [mtk_2.3.3_windows_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64.tar.gz) +- [mtk_2.3.3_windows_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_2.3.3_windows_amd64_db2.tar.gz) +- [mtk_checksums.txt](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtk_checksums.txt) + +### MTKD + +- [mtkd_2.3.3_linux_amd64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64.tar.gz) +- [mtkd_2.3.3_linux_amd64_db2.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_amd64_db2.tar.gz) +- [mtkd_2.3.3_linux_arm64.tar.gz](https://cdn-mogdb.enmotech.com/mtk/v2.3.3/mtkd_2.3.3_linux_arm64.tar.gz) + +### Features + +- **Oracle:** 改写 Oracle 函数声明 `PARALLEL_ENABLE` 为 空 +- **Oracle:** 改写 Oracle 函数声明 `deterministic` 为 空 openGauss `IMMUTABLE` +- **mtkd:** 增加连接池参数 +- **openGauss:** 添加 `timestamp` 精度警告 +- **openGauss:** 支持 Oracle `ST_GEOMETRY` 为 openGauss postgis `geometry` +- **openGauss:** 改写 Oracle `wmsys.wm_concat` 为 `wm_concat` +- **openGauss:** 改写 Oracle `! =` 为 openGauss `!=` + +### Bug Fixes + +- **report:** 优化结果展示,解决sql复制bug +- **MySQL:** MySQL ignores case query constraints where conditional issues +- **Oracle:** 迁移 Oracle `raw` to openGauss `raw` issue +- **mtkd:** 创建/修改/运行任务增加配置检查 + ## v2.3.2 2022-05-16 -- Gitee