Commit Graph

18294 Commits

Author SHA1 Message Date
afwerar a44075c2f1 [TD-6169]<fix>: windows dll client can not quit. 2021-08-23 18:28:30 +08:00
afwerar ce6141b4af [TD-6169]<fix>: windows dll client can not quit. 2021-08-23 18:17:41 +08:00
afwerar 1251b6e381 [TD-6169]<fix>: windows dll client can not quit. 2021-08-23 18:03:48 +08:00
plum-lihui 068318ded9 [TD-6188]<TEST> add new benchmark tool 2021-08-23 17:57:34 +08:00
Elias Soong ce587d9981 [TD-6277] <docs>: remove outdated description for func "last_row()". 2021-08-23 17:39:32 +08:00
Elias Soong 31c20c591e
Merge pull request #7530 from taosdata/docs/Update-Latest-Feature
[TD-5331] <docs>: move to some other doc space.
2021-08-23 17:21:00 +08:00
Elias Soong 6a0735a62a [TD-5331] <docs>: move to some other doc space. 2021-08-23 17:20:31 +08:00
zhaoyanggh 89b6460064 remove dulplicate init 2021-08-23 16:42:27 +08:00
zhaoyanggh 298f97fe0b remove dulplicate init 2021-08-23 16:38:29 +08:00
Zhiyu Yang d872147e99
Update docs.md 2021-08-23 16:38:11 +08:00
Zhiyu Yang 78928a135e
Update docs.md
fix a spelling error
2021-08-23 16:28:43 +08:00
Zhiyu Yang 915e1c0e53
Update docs.md 2021-08-23 16:27:27 +08:00
Zhiyu Yang 607fe1b7d3
Update docs.md 2021-08-23 16:25:26 +08:00
Hui Li 377231fdd7
Merge pull request #7491 from taosdata/test/td-6223
[TD-6223]concurrent query support nested query
2021-08-23 15:45:15 +08:00
Hui Li f5a8cb6373
Merge pull request #7471 from taosdata/test/td-6027-m
[TD-6209]<test>add case for TD-6027
2021-08-23 15:45:00 +08:00
Hui Li 79d48ca12e
Merge pull request #7464 from taosdata/xiaoping/add_test_case
[ci skip] update scirpt for csv generator
2021-08-23 15:44:45 +08:00
afwerar 4ad2e23695 [TD-6169]<fix>: windows dll client can not quit. 2021-08-23 14:53:13 +08:00
dapan1121 751beb46ca
Merge pull request #7481 from taosdata/fix/TD-6046
[TD-6046]<fix> fix ts top/bottom/diff/derivative ts error
2021-08-23 14:09:50 +08:00
xywang 6bc27b402d [TD-6005]<fix>: fixed missing zlib.h error 2021-08-23 13:35:11 +08:00
xywang 95b1135eaa [TD-6001]<fix>: fixed missing zlib.h error 2021-08-23 13:31:01 +08:00
Elias Soong e402b8f181
Merge pull request #7519 from jackwener/develop
[TD-7438]<document>: format document
2021-08-23 13:26:07 +08:00
Elias Soong 7af590db16
Merge pull request #7522 from taosdata/docs/Update-Latest-Feature
[TD-6255] <docs>: fix html code typo in English Java doc.
2021-08-23 13:24:25 +08:00
Elias Soong 864318bca5 [TD-6255] <docs>: fix html code typo in English Java doc. 2021-08-23 13:24:02 +08:00
Shuduo Sang a1659f0986
[TD-6194]<fix>: taosdemo wrong data (#7516) 2021-08-23 12:02:29 +08:00
Elias Soong 26c2c00af3
Merge pull request #7520 from taosdata/docs/Update-Latest-Feature
[TD-6255] <docs>: fix minor format things in English Java doc.
2021-08-23 11:28:12 +08:00
Elias Soong 0c073c84da [TD-6255] <docs>: fix minor format things in English Java doc. 2021-08-23 11:27:47 +08:00
卡比卡比 db2360e5fe
Update docs.md 2021-08-23 11:25:31 +08:00
卡比卡比 eed8b516e2
Merge branch 'taosdata:develop' into develop 2021-08-23 11:22:44 +08:00
xywang 913bb6d2cf [TD-6005]<enhance>: test cases 2021-08-23 11:08:40 +08:00
Elias Soong 0594c5c64c
Merge pull request #7508 from taosdata/doc/TD-6255
[TD-6255]<doc>: java connector english document
2021-08-23 10:38:54 +08:00
zyyang c1fe68407d fix a spelling error 2021-08-23 10:07:56 +08:00
zyyang bb9322681e fix some error 2021-08-23 09:58:36 +08:00
Shuduo Sang 03c9253d9a
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7509)
* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix coverity scan issues.

check super tbl info pointer.

* [TD-3197] <fix>: fix coverity scan issues.

move sub tbl query thread join into loop

* [TD-3197] <fix>: fix coverity scan issues.

remove unused variable

* [TD-3197] <fix>: fix coverity scan issues.

use more secure random library

* [TD-3197] <fix>: fix coverity scan issues.

use strncpy for more safe

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

replace arc4random with rand().

* [TD-3197] <fix>: fix coverity scan issues.

check stb info pointer for start time

* [TD-3197] <fix>: fix coverity scan issues.

fix strcpy vulnerability

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

modify taosdemoTest2. try to check database continously.

* [TD-3197] <fix>: taosdemo coverity scan issues.

* [TD-3197] <fix>: fix memory leak when parsing arguments.

* [TD-3197] <fix>: fix cmake strip arguments.

* [TD-3197] <fix>: taosdemo coverity scan.

fix cmake string manipulation.

* [TD-3197]<fix>: taosdemo coverity scan issue.

configDir buffer overwrite.

* [TD-3197]<fix>: coverity scan issue.

taosdump argument validation.

* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* [TD-3197]<fix>: taosdemo coverity scan.

append result buf to file. for develop branch.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

* fix coverity scan memory leak.

* fix resource leak reported by coverity scan.

* fix taosdemo coverity scan issue.

* fix tcsetattr and getchar return value determination bug.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-22 21:10:56 +08:00
xywang 96a4a48e43 [TD-6001]<enhance>: use db_name in url if exists 2021-08-22 17:01:46 +08:00
zyyang 3c2732e1d2 fix the title 2021-08-22 01:24:59 +08:00
zyyang 4d01963ec2 [TD-6255]<doc>: java connector document 2021-08-22 01:18:57 +08:00
Shuduo Sang 5080c2a4be
[TD-6253]<fix>: taosdump cmdline param verification. (#7505) 2021-08-21 21:58:08 +08:00
afwerar 8d7cb8f0c2 [TD-6169]<fix>: windows dll client can not quit. 2021-08-21 21:25:56 +08:00
Elias Soong e7fb90ee14
Merge pull request #7507 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: describe version dependency of cacheLast parameter.
2021-08-21 20:01:02 +08:00
Elias Soong c61c3de638 [TD-2639] <docs>: describe version dependency of cacheLast parameter. 2021-08-21 20:00:10 +08:00
Zhiqiang Wang 87bf0e2b36
[TD-5772]<fix>: arm64 compilation problem. (#7357)
* [TD-5772]<fix>: arm64 compilation problem.

* [TD-5772]<fix>: arm64 compilation problem.

* [TD-5772]<fix>: arm64 compilation problem.

* [TD-5772]<fix>: arm64 compilation problem.

* [TD-5772]<fix>: arm64 compilation problem.

* [TD-5772]<fix>: arm64 compilation problem.

* [TD-5772]<fix>: arm64 compilation problem.
2021-08-21 17:23:39 +08:00
wangmm0220 aa3102cd72 [TD-6046]<fix> fix ts top/bottom error 2021-08-21 11:10:59 +08:00
Shuduo Sang d02d71c16d
[TD-6251]<fix>: taosdemo error msg with datetime info. (#7500) 2021-08-21 09:06:19 +08:00
Elias Soong 03d7708d38
Merge pull request #7498 from taosdata/docs/Update-Latest-Feature
[TD-4555] <docs>: update example code about SQL function DERIVATIVE().
2021-08-20 19:17:10 +08:00
Elias Soong d0c6f75f15 [TD-4555] <docs>: update example code about SQL function DERIVATIVE(). 2021-08-20 19:16:47 +08:00
Elias Soong 9cab5d3673
Merge pull request #7497 from taosdata/docs/Update-Latest-Feature
[TD-4555] <docs>: add example code about SQL function DERIVATIVE().
2021-08-20 18:57:34 +08:00
Elias Soong d4acd45407 [TD-4555] <docs>: add example code about SQL function DERIVATIVE(). 2021-08-20 18:57:10 +08:00
dapan1121 8cd5a3d81f
Merge pull request #7478 from taosdata/enhance/TD-6233
[TD-6233]<enhance>: make column compression threshold user configurable
2021-08-20 18:44:40 +08:00
dapan1121 80aa65dd56
Merge pull request #7440 from taosdata/fix/TD-6011
[TD-6011]<fix>: where clause including 'bool' Keyword causes core dump
2021-08-20 18:18:20 +08:00
Elias Soong c545acffa9
Merge pull request #7494 from taosdata/docs/Update-Latest-Feature
[TD-5331] <docs>: describe stmt function for inserting data into mult…
2021-08-20 17:32:54 +08:00