v2.0
- 简介
- 环境依赖
- 快速上手
- 配置文件
- 命令介绍
- mtk
- init-project
- config
- license
- mig
- show
- sync
- sync-schema
- sync-sequence
- sync-object-type
- sync-domain
- sync-wrapper
- sync-server
- sync-user-mapping
- sync-queue
- sync-table
- sync-nickname
- sync-rule
- sync-table-data
- sync-table-data-estimate
- sync-index
- sync-constraint
- sync-db-link
- sync-view
- sync-mview
- sync-function
- sync-procedure
- sync-package
- sync-trigger
- sync-synonym
- sync-table-data-com
- sync-alter-sequence
- sync-coll-statistics
- check-table-data
- gen
- gen completion
- encrypt
- convert-plsql
- report
- self
- mvd
- usql
- 图形化
- 常见问题
- Release
Release 2.10 Notes
- mtk 命令行工具
- mtkd 封装mtk作为后端服务程序,针对特定场景
v2.10.0
2025-03-19
MTK
- mtk_2.10.0_windows_amd64.tar.gz
- mtk_2.10.0_linux_amd64.tar.gz
- mtk_2.10.0_linux_arm64.tar.gz
- mtk_2.10.0_darwin_amd64.tar.gz
- mtk_2.10.0_darwin_arm64.tar.gz
- mtk_2.10.0_linux_amd64_db2.tar.gz
- mtk_2.10.0_darwin_amd64_db2.tar.gz
- mtk_2.10.0_windows_amd64_db2.tar.gz
- mtk_checksums.txt
MTKD
Bug Fixes
- Informix: 修复 varchar 字段默认值中包含 0x00 的问题
- MTKD: 更新配置文件中的 object 配置问题
- MVD: 修复 mvd 报告格式问题
- MogDB: 将 sqlserver 的 bit 类型迁移为 bool 类型
- MogDB: 修复配置文件中
columnTypeData
配置项中缺失 ColLength 值的问题 - MogDB: 修复 MySQL Varchar 字段默认值中
_utf8mb4('no')
的问题 - MogDB: 修复 MySQL varchar 字段默认值中
\0
的问题 - MySQL: 修复 Oracle timestamp 字段迁移为 MySQL datatime 时默认值 current_timestamp 的问题
- MySQL: 修复系统视图
INFORMATION_SCHEMA.ROUTINES
中 ROUTINE_DEFINITION 的查询问题 - MySQL: 修复 Oracle 中跨 schema 的表索引问题
- MySQL: 修复部分场景下批量提交的问题
- Oracle: 修复 dba_segments 视图查询慢的问题
- Oracle: Oracle Rowid 迁移到其他数据库时,增加默认的长度
- SQLServer: 修复 show type sql 执行异常的问题
Code Refactoring
- 查询结果集获取逻辑优化
- 重构 Schema 存在性的检查逻辑
- MTK: panic recover issue
- MTKD: 打印监听列表
- MogDB: 添加 MySQL auto_increment 的描述信息
- MySQL: 增加连接数检查
- MySQL: 优化 MySQL 数据字典,Optimize and query the mysql data dictionary to get connections
Features
- 新增支持 openGauss 6.0.0
- 新增 MVD DB2 异常的捕获
- MTK: 新增配置参数
removeChar0
控制是否移除 \u0000 字符 - MogDB: 支持迁移 SQlServer 中的用户自定义 table 类型
- MogDB: 将 SQLServer 中的 identity 字段迁移为 MogDB sequence
- MogDB: 替换 SQLServer 函数中的 set 语法
- Oracle: 查询 Oracle 约束索引
- SQLServer: table 类型增加字段 collate 采集
- Sybase: 增加 sybase 16 的支持