- 02 5月, 2022 1 次提交
-
-
由 freemine 提交于
* 1. odbc requirement check in CMakeLists.txt(s) 2. remove unnecessary LINK_DIRECTORIES directives in several tests CMakeLists.txt(s) * revert LINK_DIRECTORIES directive for googletest
-
- 01 5月, 2022 1 次提交
-
-
由 freemine 提交于
* fix cmake issue for Apple M1 and homebrew * fix compile problem: add missing /opt/homebrew/... for odbc
-
- 29 4月, 2022 1 次提交
-
-
由 sangshuduo 提交于
* impr: fix odbc's cmake typo * disable python subscribe test to avoid CI timeout
-
- 27 4月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* fix:move nodejs and ts-rest to independent repo * docs:fix node reference markdown sample hyperlink
-
- 26 4月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* fix:remove c# connector from TDengine * docs:replace c# reference doc with sperate repo's hyperlink
-
- 23 4月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* docs:refine C# reference without api reference * docs:refine c# user reference with new template * docs:fix c# doc with comment and add api reference * docs:csharp connector reference doc fixed with comment * docs:csharp connector reference doc fixed with comment * docs:csharp connector reference doc fixed with comments * docs:csharp connector reference doc fixed with comments * docs:csharp connector reference doc fixed with comments * docs:csharp connector reference doc fixed with comments
-
- 20 4月, 2022 1 次提交
-
-
由 huolibo 提交于
* <fix>(driver): fix preparedStatement preprocessing error sql will cut out if there is "* is null" TS-1432 * fix(driver): remove usless code
-
- 14 4月, 2022 1 次提交
-
-
由 pigwing 提交于
-
- 13 4月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* test(driver): TypeScript RESTful publish and add package test to CI * test(driver): TypeScript RESTful publish and add package test to CI,fix some mistakes * test:test TypeScript and fix ci * test:test TypeScript REST and fix ci * test:Typescript cases and fix ci
-
- 12 4月, 2022 1 次提交
-
-
由 xiaolei li 提交于
-
- 09 4月, 2022 4 次提交
-
-
由 dependabot[bot] 提交于
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 xiaolei li 提交于
-
由 xiaolei li 提交于
* <fix>[driver]:Nodejs fix cursor.close() failed * <fix>[driver]:Nodejs fix cursor.close() failed 2nd
-
由 xiaolei li 提交于
-
- 08 4月, 2022 1 次提交
-
-
由 Zhiyu Yang 提交于
-
- 05 4月, 2022 1 次提交
-
-
由 Bo Ding 提交于
* add csharp examples * csharp async query example * add csharp examples
-
- 02 4月, 2022 3 次提交
-
-
由 xiaolei li 提交于
-
由 xiaolei li 提交于
* [TD-14356]<fix>:csharp remove stream_open() && stream_close() * [TD-13707]<feature>:TypeScript RESTful 1st * [TD-13707]<feature>:TypeScript RESTful 2st * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 2st * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 3st * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 4st * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 5st * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 6st * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 7th * [TD-13707]<feature>:TypeScript RESTful 2st, add CI test script 8th * [TD-13707]<feature>:TypeScript RESTful 3rd * [TD-13707]<feature>:TypeScript RESTful 4th * [TD-13707]<feature>:TypeScript RESTful 5th * [TD-13707]<feature>:TypeScript RESTful 6th
-
由 xiaolei li 提交于
-
- 01 4月, 2022 1 次提交
-
-
由 xiaolei li 提交于
-
- 29 3月, 2022 4 次提交
-
-
由 xiaolei li 提交于
-
由 xiaolei li 提交于
-
由 sangshuduo 提交于
* [TD-14358]<fix>: remove python connector from TDengine * [TD-14358]<fix>: use standalone python connector * add python clone in TDinternal * git clean before checkout
-
由 dependabot[bot] 提交于
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 24 3月, 2022 1 次提交
-
-
由 huolibo 提交于
-
- 23 3月, 2022 2 次提交
- 22 3月, 2022 3 次提交
-
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
由 huolibo 提交于
-
- 18 3月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* [TD-13708]<test>:csharp connector subscribe test cases * [TD-13708]<test>:fix indent * [TD-13708]<test>:fix with comment * [TD-13708]<test>:fix error info and uncomment database fixture dispose method * [TD-13708]<test>:fix error info * [TD-13708]<test>:fix error info,taos_errstr work for null point
-
- 17 3月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* [TD-13948]<fix>:csharp connector test case add database fixture and execute order * [TD-13948]<fix>:run CI
-
- 16 3月, 2022 2 次提交
- 12 3月, 2022 1 次提交
-
-
由 xiaolei li 提交于
* [TD-13947]<fix>:csharp connector fix typo * [TD-13947]<fix>:fix unmanaged type variable name
-
- 10 3月, 2022 4 次提交
-
-
由 xiaolei li 提交于
* [TD-11160]<feature>:csharp support continuous query * [TD-11160]<feature>:fix indent
-
由 xiaolei li 提交于
* [TD-13710]<test>:csharp connector add test cases for query async * [TD-13710]<test>:uncomment database fixture dispose
-
由 Alex Duan 提交于
-
由 Alex Duan 提交于
-
- 07 3月, 2022 1 次提交
-
-
由 a121024976 提交于
repair insert Timestamp is null error
-