Skip to content

Commit 1eca62d

Browse files
committed
Support ListDDLPublishRecords API.
1 parent 24d50d9 commit 1eca62d

File tree

5 files changed

+442
-86
lines changed

5 files changed

+442
-86
lines changed

dms-enterprise-20181101/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-03-30 Version: 1.15.0
2+
- Support ListDDLPublishRecords API.
3+
- Fixed GetMetaTableColumn, GetMetaTableDetailInfo API response param DataLength lack of precision.
4+
15
2021-03-10 Version: 1.14.0
26
- Support CreateDataCorrectOrder, CreateDataImportOrder, CreateFreeLockCorrectOrder, CreateDataCronClearOrder API.
37
- Support GetDataCorrectTaskDetail API.

dms-enterprise-20181101/README-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vcpkg install boost openssl-windows cpprestsdk
5353

5454
```bash
5555
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
56-
sh dms-enterprise-20181101/scripts/install.sh
56+
sh https://github.com/alibabacloud-sdk-cpp/dms-enterprise-20181101.git/scripts/install.sh
5757
```
5858

5959
### Windows
@@ -62,13 +62,13 @@ sh dms-enterprise-20181101/scripts/install.sh
6262

6363
```bash
6464
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
65-
cd alibabacloud-cpp-sdk/dms-enterprise-20181101
65+
cd alibabacloud-cpp-sdk/https://github.com/alibabacloud-sdk-cpp/dms-enterprise-20181101.git
6666
```
6767
2. 使用 Visual Studio 进行编译:
6868
* 安装 [CMake](https://cmake.org/download/)[Visual Studio](https://visualstudio.microsoft.com/zh-hans/)
6969
* 在项目根目录下创建 `cmake_build` 文件夹
7070
* 打开 [CMake](https://cmake.org/download/) 软件, 然后进行以下操作
71-
* 选择 `Browse Source``源代码目录(dms-enterprise-20181101)`
71+
* 选择 `Browse Source``源代码目录(https://github.com/alibabacloud-sdk-cpp/dms-enterprise-20181101.git)`
7272
* 选择 `Browse build``构建目录(cmake_build)`
7373
* 点击 `configure`
7474
* 点击 `generate`, 构建 VS 解决方案。
@@ -85,7 +85,7 @@ sh dms-enterprise-20181101/scripts/install.sh
8585

8686
## 相关
8787

88-
* [OpenAPI Developer Portal][open-api]
88+
* [Alibaba Cloud OpenAPI Developer Portal][open-api]
8989
* [Latest Release][latest-release]
9090
* [Alibabacloud Console System][console]
9191
* [Alibaba Cloud Home Page][aliyun]
@@ -96,7 +96,7 @@ sh dms-enterprise-20181101/scripts/install.sh
9696

9797
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
9898

99-
[OpenAPI 开发者门户]: https://next.api.aliyun.com
99+
[open-api]: https://next.api.aliyun.com
100100
[latest-release]: https://github.com/aliyun/alibabacloud-cpp-sdk/releases
101101
[console]: https://home.console.aliyun.com
102102
[aliyun]: https://www.aliyun.com

dms-enterprise-20181101/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vcpkg install boost cpprestsdk openssl-windows
5353

5454
```bash
5555
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
56-
sh dms-enterprise-20181101/scripts/install.sh
56+
sh https://github.com/alibabacloud-sdk-cpp/dms-enterprise-20181101.git/scripts/install.sh
5757
```
5858

5959
### Windows
@@ -62,7 +62,7 @@ sh dms-enterprise-20181101/scripts/install.sh
6262

6363
```bash
6464
git clone https://github.com/aliyun/alibabacloud-cpp-sdk.git
65-
cd alibabacloud-cpp-sdk/dms-enterprise-20181101
65+
cd alibabacloud-cpp-sdk/https://github.com/alibabacloud-sdk-cpp/dms-enterprise-20181101.git
6666
```
6767
2. Build Visual Studio solution
6868
* Install [CMake](https://cmake.org/download/) && [Visual Studio](https://visualstudio.microsoft.com/zh-hans/)
@@ -87,7 +87,7 @@ sh dms-enterprise-20181101/scripts/install.sh
8787

8888
## Related
8989

90-
* [OpenAPI Developer Portal][open-api]
90+
* [Alibaba Cloud OpenAPI Developer Portal][open-api]
9191
* [Latest Release][latest-release]
9292
* [Alibabacloud Console System][console]
9393
* [Alibaba Cloud Home Page][aliyun]
@@ -98,7 +98,7 @@ sh dms-enterprise-20181101/scripts/install.sh
9898

9999
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
100100

101-
[Alibaba Cloud OpenAPI Portal]: https://next.api.aliyun.com
101+
[open-api]: https://next.api.aliyun.com
102102
[latest-release]: https://github.com/aliyun/alibabacloud-cpp-sdk/releases
103103
[console]: https://home.console.aliyun.com
104104
[aliyun]: https://www.aliyun.com

0 commit comments

Comments
 (0)