-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
158 lines (120 loc) · 3.02 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
## 0.4.5
新功能(new features)
Core
• 支持Call语法的操作,支持指标SQL的转换。
• 增加CreateDwsTable,汇总逻辑表的定义。
• ShowObjects语句对象支持Limit和Offset
Transformer
• 支持Maxcompute SQL到FML模型转换
• Maxcomputer转换器默认使用1.0版本类型方式
功能优化(enhancement)
Core
• CreateTable以及子类使用Builder模式进行重构
• ColumnDefinition使用Builder模式进行重构
• ChangeCol支持更改自定义属性。
• 新增一些常用的方法,用于判断Statement内的属性是否为空。
• 标识(Identifier)支持下划线开头,兼容ODPS表的规范。
JDBC Driver
• 异常提示优化,增加requestId的请求,方便问题排查。
• 重构了底层的鉴权方式,采用Commad模式。
BugFix(bug fix)
• Fixed MaxCompute Transformer1.0 时,不支持Alter语句的列类型转换。
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.8
新功能(new features)
Core
• 新增Create ODS TABLE
• 新增Show Statics语句
Transformer
• 新增FML到Sqlite的转换
• 新增FML到Adb Mysql的转换
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.9
新功能(new features)
Core
• 新增支持JDK11编译
Transformer
• 新增FML到StarRocks的转换
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.10
新功能(new features)
Core
• 新增支持Column的Default表达式
Transformer
• Hologres建表支持Default表达式
• StarRocks建表支持分区表达式
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.11
新功能(new features)
Core
• 新增支持IndexExpr表达
Transformer
• 支持Doris的DDL逆向和转换
• 支持OceanBase Mysql的DDL逆向和转换
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.11
新功能(new features)
Core
• 新增支持IndexExpr表达
Transformer
• 支持Doris的DDL逆向和转换
• 支持OceanBase Mysql的DDL逆向和转换
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.12
新功能(new features)
Core
• 无
Transformer
• 支持Adb Mysql转换中date_format函数
• 支持Hologres的Text字段转换
• 修复Hologres的Compare的bug
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无
## 0.5.13
新功能(new features)
Core
• 无
Transformer
• 支持Oceanbase Mysql ZeroFill转换
• 支持Hologres的Cluster Key解析
• 修复列类型解析的bug
向下兼容(compatibility)
• 暂无
过期功能(deprecations)
无
安全漏洞修复(vulnerability)
无