Commit 55bdfc1
committed
revert: remove DBTypeOpenGauss constant + ParseDBType openGauss case (#2905)
按 fix_session_20260526_053311 用户反馈:
> 禁止将opengauss单列出来,它和华为云GaussDB对于sqle平台来说是一样的,
> 都是通过gaussdb插件连接管理。
> 理论上数据库结构对比功能不涉及dms、sqle代码改动。
回退两个 commit:
- c6e74c2 feat(constant): add DBTypeOpenGauss + ParseDBType case for openGauss
- 4e48dee test(constant): assert ParseDBType resolves openGauss three-case
openGauss 不再作为独立 DBType;GaussDB / openGauss 统一为 DBTypeGaussDB="GaussDB"
(通过 GitLab sqle-gaussdb-plugin 同一 PluginName 连接)。dms 代码恢复零改动状态。1 parent 4e48dee commit 55bdfc1
2 files changed
Lines changed: 0 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | 253 | | |
256 | 254 | | |
257 | 255 | | |
| |||
280 | 278 | | |
281 | 279 | | |
282 | 280 | | |
283 | | - | |
284 | 281 | | |
285 | 282 | | |
286 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
0 commit comments