From 1196b88c52e27f08e09ca195dc6bdc80ca8663f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E6=97=A5=E5=8D=8E?= Date: Wed, 22 Nov 2023 17:15:40 +0800 Subject: [PATCH] =?UTF-8?q?update(mvd):=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC3.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/en/docs-mvd/v3.4/release-notes.md | 27 +++++++++++++++++++++++ product/zh/docs-mvd/v3.4/release-notes.md | 27 +++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/product/en/docs-mvd/v3.4/release-notes.md b/product/en/docs-mvd/v3.4/release-notes.md index f8aed66b..384c310c 100644 --- a/product/en/docs-mvd/v3.4/release-notes.md +++ b/product/en/docs-mvd/v3.4/release-notes.md @@ -7,6 +7,33 @@ date: 2021-08-30 # Release Notes +## v3.6.4 (2023-11-22) + +- [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_x86_64.tar.gz) +- [mvd_Linux_centos_7_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP2_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_x86_64.tar.gz) +- [mvd_Linux_kylin_V10SP2_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP3_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP3_aarch64.tar.gz) + +### Features + +- Support to displaying the comparison elapsed time for each table in the result + +### Improvements + +- Add more information (inlcude real exception stacks) to the output when data compare error occured +- Add collection types in openGauss when doing object comparison +- Remove base table of materialized view when doing object comparison +- Support to remove columns which is part of key columns, keep key columns but not compare them +- Not to do partiton and sampling analysis when custom filter is specified +- Split DB2 driver from executable program, avoid DB2 conencti error caused by the driver + +### Bugfixs + +- Fix time format error using "to_char" function in MogDB 5.0 with dbcompatibility B +- Fix blanks in data when comparison of DB2 char/varchar and MogDB bytea +- Fix PK mismatch when chr(0) in the value data + ## v3.6.3 (2023-11-01) - [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.3/mvd_v3.6.3_Linux_centos_7_x86_64.tar.gz) diff --git a/product/zh/docs-mvd/v3.4/release-notes.md b/product/zh/docs-mvd/v3.4/release-notes.md index 54dfab61..75777146 100644 --- a/product/zh/docs-mvd/v3.4/release-notes.md +++ b/product/zh/docs-mvd/v3.4/release-notes.md @@ -7,6 +7,33 @@ date: 2021-08-30 # 发布记录 +## v3.6.4 (2023-11-22) + +- [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_x86_64.tar.gz) +- [mvd_Linux_centos_7_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP2_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_x86_64.tar.gz) +- [mvd_Linux_kylin_V10SP2_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP3_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP3_aarch64.tar.gz) + +### 新增功能 + +- 支持在对比结果中展示每张表的对比耗时 + +### 功能优化 + +- 增加表数据对比时,异常信息的输出内容,输出真实堆栈信息 +- 对象列表增加 openGauss 中集合类型的识别 +- 对象列表中移除 Oracle 物化视图基表的相关记录 +- 支持在配置文件中移除字段为 Key 字段场景下的对比,保留 Key 但不对比 Key +- 自定义条件的情况下,不再执行分区和采样检测 +- DB2 驱动分离,将 DB2 驱动从二进制中分离出来,避免驱动问题导致的连不上目标库 + +### 问题修复 + +- 修复 MogDB 5.0 以上 B 模式数据库中无法使用 to_char 格式化 time 类型的问题 +- 修复 DB2 char/varchar 迁移为 MogDB bytea 过程中空格导致的对比不一致 +- 修复主键中存在 chr(0) 不可见字符,没有特殊处理,在对比时无法准确匹配双方主键的问题 + ## v3.6.3 (2023-11-01) - [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.3/mvd_v3.6.3_Linux_centos_7_x86_64.tar.gz) -- Gitee