-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 修复公告中数据修复中表名小写以及只有表名没有模式名的问题 - 修复CHAR\CHARACTER互相转换 - 修复TIMESTAMP\DATE\INTEGER\SMALLINT\TIME\BIGINT长度精度不同的问题 - 版本2.7
- Loading branch information
1 parent
0a77871
commit 0fa5ef1
Showing
3 changed files
with
38 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,36 @@ | ||
# ODS_DEP | ||
## 2017年11月14日 | ||
### 新增对MCBS 微粒贷的处理逻辑 | ||
### 发布第一个版本2.0 | ||
- 新增对MCBS 微粒贷的处理逻辑 | ||
- 发布第一个版本2.0 | ||
|
||
|
||
## 2017年11月16日 | ||
### 修复数据修复失效 2.1 | ||
- 修复数据修复失效 2.1 | ||
|
||
## 2017年11月17日 | ||
### 修复停止下发表bug | ||
### 初始化新增调度修改 | ||
### 版本2.2 | ||
- 修复停止下发表bug | ||
- 初始化新增调度修改 | ||
- 版本2.2 | ||
|
||
## 2017年11月22日 | ||
### 修复初始化调度 | ||
### 版本2.3 | ||
- 修复初始化调度 | ||
- 版本2.3 | ||
|
||
## 2017年11月22日 | ||
### 修复execute_table更新字段错误的bug | ||
### 版本2.4 | ||
- 修复execute_table更新字段错误的bug | ||
- 版本2.4 | ||
|
||
## 2017年11月23日 | ||
### 修复主键类型变更的问题,YATOPUPDAE少分号的问题,config全量检查默认改为False | ||
### 版本2.5 | ||
- 修复主键类型变更的问题,YATOPUPDAE少分号的问题,config全量检查默认改为False | ||
- 版本2.5 | ||
|
||
## 2017年11月24日 | ||
### 修复主键类型变更没有DROP DELTA的问题 | ||
### 修复全量编码不对的问题 | ||
### 版本2.6 | ||
- 修复主键类型变更没有DROP DELTA的问题 | ||
- 修复全量编码不对的问题 | ||
- 版本2.6 | ||
|
||
## 2017年12月20日 | ||
- 修复公告中数据修复中表名小写以及只有表名没有模式名的问题 | ||
- 修复CHAR\CHARACTER互相转换 | ||
- 修复TIMESTAMP\DATE\INTEGER\SMALLINT\TIME\BIGINT长度精度不同的问题 | ||
- 版本2.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.