- 18 1月, 2022 4 次提交
-
-
由 Zhiyu Yang 提交于
* remove deprecated scripts * remove oem infos * [TS-997]<release>(other): release packaging scripts on linux and windows * [TS-997]<release>(other): release packaging scripts on linux and windows * [TS-1073]<release>(other): remove taosadapter.service dependence with taosd
-
由 wafwerar 提交于
-
由 freemine 提交于
* jdbc: make jdbc-target a non-always-run-rule * jdbc: during compiling stage, depends only on jni native headers rather than taos library * jdbc: POST_BUILD rather than src/client/jni/*.h because of CI env
-
由 Yang Zhao 提交于
* add test cases * add test cases * update test json * [TD-11773]<feature>(tools): taosbenchmark support taosadapter * [TD-11773]<feature>(tools): taosbenchmark support taosadapter
-
- 17 1月, 2022 5 次提交
-
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
由 sangshuduo 提交于
* [TD-12899]<fix>(taosAdapter): make taosd/taosAdapter service decouple * [TD-12899]<fix>(taosAdapter): document refine * [TD-12899]<fix>(taosAdapter): change run_taosd.sh to run_taosd_and_taosadapter.sh * [TD-12899]<fix>(taosAdapter): check platform * [TD-12899]<fix>(taosAdapter): check platform change to _branch for taosAdapter version * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple use taosBenchmark rather than taosdemo * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple use 2.4.0.4 docker image in example * [TD-12899]<fix>(taosAdapter): taosd and taosAdapter decouple update taosadapter.service
-
由 wmmhello 提交于
-
- 16 1月, 2022 2 次提交
-
-
由 Ganlin Zhao 提交于
-
由 xiaolei li 提交于
* [TD-12867]<fix>:csharp connector insert cn failed * submit to linux * [TD-12867]<fix>(connector):csharp commector insert cn failed * [TD-12867]<fix>(connector):csharp fix insert chinses fiailed
-
- 15 1月, 2022 4 次提交
-
-
由 xiaolei li 提交于
* [TD-12700]<enhence>update node conector test cases to follow selfdecribe standard * [TD-12700]<enhence>:nodejs test cases update * [TD-12700]<enhence>(connector):modify nodejs test cases to follow self describe standard
-
由 zyyang 提交于
-
由 sangshuduo 提交于
-
由 freemine 提交于
-
- 14 1月, 2022 12 次提交
-
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
由 wmmhello 提交于
[TD-12252]<feature>(query)):taosd crash : for illegal SQL such as select * from st where tag1 >sum(1)
-
由 dependabot[bot] 提交于
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 wafwerar 提交于
* [TS-991]<fix>(tools): taos-tools uninstall. * [TS-991]<fix>(tools): taos-tools uninstall. * [TS-991]<fix>(tools): update taosTools * [TS-991]<fix>(tools): update test case Co-authored-by: Shuduo Sang <sangshuduo@gmail.com> Co-authored-by: Nzhaoyanggh <yzhao@taosdata.com>
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-
由 wmmhello 提交于
-
由 sxyseo 提交于
-
由 xywang 提交于
-
由 Zhiyu Yang 提交于
* change jdbc version * stmt_add_batch and stmt_errstr in jni * change * [TS-1063]<feature>(connector): bind multi tables in one batch for parameter-binding * [TS-1063]<feature>(connector): fix null pointer exception * [TS-1063]<feature>(connector): init and prepared stmt until setTableName
-
- 13 1月, 2022 7 次提交
-
-
由 Yang Zhao 提交于
* fix test cases * add test cases * add test cases * add test cases * add test cases * add limit offset test case * add test cases * add test cases * add test cases * modify test cases * add test cases * add test cases * add test cases * [TD-11510]<test>(tools): add develop test for taosbenchmark
-
由 wmmhello 提交于
-
由 shenglian zhou 提交于
-
由 wmmhello 提交于
-
由 shenglian zhou 提交于
(other):fix the core dump caused by vgroup deletion during dnode status msg and mnode processing the message
-
由 sangshuduo 提交于
* [TD-11995]<feature>(taosAdapter): prometheus remote_read/remote_write * [TD-11995]<feature>(taosAdapter): prometheus support
-
由 sangshuduo 提交于
* [TD-12655]<fix>(tools): taosdump unsigned * [TD-12655]<fix>(tools): taosdump support unsigned types add 5-taos-tools/taosdump/taosdumpTestTypeUnsignedInt.py * [TD-12655]<fix>(tools): taosdump support unsigned add taosdumpTestTypeUnsignedTinyInt.py * fix query condition for 5-taos-tools/taosdump/taosdumpTestTypeUnsignedTinyInt.py * [TD-12655]<fix>(tools): taosdump support unsigned types add 5-taos-tools/taosdump/taosdumpTestTypeUnsignedSmallInt.py and 5-taos-tools/taosdump/taosdumpTestTypeUnsignedbigInt.py * [TD-12655]<fix>(tools): taosdump support unsigned types update fulltest-tools.sh and taos-tools * [TD-11510]<test>(tools): update test case * [TD-12655]<fix>(tools): taosdump support unsigned types fix: local variable 'buildPath' referenced before assignment * [TD-12655]<fix>(tools): taosdump support unsigned types add -g to command line * [TD-12655]<fix>(tools): taosdump support unsigned types fix json case * [TD-12655]<fix>(tools): unsigned support update taos-tools to fix arm32 compile Co-authored-by: Nzhaoyanggh <yzhao@taosdata.com>
-
- 12 1月, 2022 6 次提交
-
-
由 wmmhello 提交于
-
由 xywang 提交于
-
由 shenglian zhou 提交于
-
由 Ganlin Zhao 提交于
-
由 shenglian zhou 提交于
-
由 wmmhello 提交于
-