Commit Graph

8999 Commits

Author SHA1 Message Date
Haojun Liao 2df82f06a1 [td-225]merge develop. 2021-04-25 18:13:38 +08:00
Haojun Liao cd683cfc1f [td-225]fix memory leak. 2021-04-25 17:38:28 +08:00
Haojun Liao ae325bddd5 [td-225]update the taosdemo 2021-04-25 15:45:51 +08:00
Haojun Liao 747db68a2e [td-225]fix memory leak 2021-04-25 13:43:45 +08:00
Haojun Liao c4f03061d2 [td-225]fix invalid free. 2021-04-25 12:29:22 +08:00
Haojun Liao 3e5aec6742 [td-225]fix memory leak. 2021-04-25 12:00:19 +08:00
Haojun Liao fb0b115212 Merge branch 'master' into feature/qrefactor 2021-04-25 11:12:06 +08:00
Haojun Liao 487b523d1f [td-225] merge from master 2021-04-25 11:11:36 +08:00
Haojun Liao 7bc4a2ef42 [td-225]fix memory leak 2021-04-25 11:04:46 +08:00
Haojun Liao 4f6d3b568e [td-225] fix memory leaks. 2021-04-23 23:17:04 +08:00
haojun Liao c257c7ecc5
Merge pull request #5897 from taosdata/hotfix/TD-3832
[TD-3832]fix CQ start time issue
2021-04-23 18:59:30 +08:00
Haojun Liao d18ff90c35 [td-225] fix compiler error. 2021-04-23 18:20:16 +08:00
haojun Liao 9f70bace9b
Merge branch 'develop' into feature/qrefactor 2021-04-23 18:10:49 +08:00
Haojun Liao b110dbf647 [td-225] fix bug found by regression test. 2021-04-23 18:01:36 +08:00
Haojun Liao d48ba50217 [td-225] fix bug found by regression test. 2021-04-23 17:55:52 +08:00
Shuduo Sang 82d774b7bf
[TD-3914]<fix>: taosdemo input argument validation. (#5899)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 17:31:22 +08:00
Shuduo Sang 3af9b46a24
[TD-3915]<fix>: reduce taos client diagnose output. (#5898)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 17:13:17 +08:00
Haojun Liao f17bf6d795 [td-3941]<enhance>: refactor having operator. 2021-04-23 16:51:27 +08:00
dapan1121 fcb36f038b fix bug 2021-04-23 11:40:57 +08:00
Shuduo Sang beb7f55f29
[TD-3913]<fix>: mips compile support. (#5894)
* [TD-3913]<fix>: mips compile support.

* [TD-3912]<fix>: support mips64 compile.

add mips64 header file and modify tcrc32c.c for mips64.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 10:56:50 +08:00
haojun Liao a41f5bda5c
Merge pull request #5886 from taosdata/hotfix/TD-3907
[TD-3907]filter timestamp
2021-04-23 10:18:19 +08:00
haojun Liao 2d4bc75334
Merge pull request #5845 from taosdata/hotfix/TD-3795
[TD-3795]cq crash issue
2021-04-23 10:15:36 +08:00
haojun Liao aa65f33cbe
Merge pull request #5853 from taosdata/hotfix/TD-3805
[TD-3805]CQ time issue
2021-04-23 10:15:07 +08:00
haojun Liao 090b7cd3d5
Merge pull request #5854 from taosdata/hotfix/TD-3836
[TD-3836]taosd crashes for top query
2021-04-23 10:14:27 +08:00
Shuduo Sang cde11227d9
[TD-3580]<fix>: taosdump support human readable time format. (#5888)
* [TD-3580]<fix>: taosdump support human readable time format.

support -S too.

* [TD-3580]<fix>: taosdump support human readable time format.

provide more info about time format

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 09:57:26 +08:00
Shuduo Sang a72bb339c7
Hotfix/sangshuduo/td 3580 taosdump human timeformat (#5887)
* [TD-3580] <fix>: taosdump support human readable time format.

* [TD-3580] <fix>: taosdump support human readable time format.

fix no-value-given segfault.

* [TD-3580]<fix>: taosdump supports human readable time format.

fix condition

* [TD-3580]<fix>: taosdump support human readable time format.

provide more info.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-23 09:57:06 +08:00
zyyang 490b34c5d9
Hotfix/td 3841 (#5892)
* [TD-3841]<fix>: getFloat methed get 0 when data value is null

* change jdbc driver version number

* change

* [TD-3841]<test>: test Mybatis query null value

* change
2021-04-23 09:56:40 +08:00
Shengliang Guan 0a390c166c
Merge pull request #5885 from taosdata/fix/TD-3909
[TD-3909]<fix>: [http/race] fix singleCmd race issue
2021-04-22 19:32:00 +08:00
Minglei Jin 6b9cd6a31d [tscAsync/crash]: fix NULL pointer access 2021-04-22 18:38:07 +08:00
Shuduo Sang 56969c41e7
[TD-3906]<fix>: taosdemo back to 4 INT columns. (#5883)
* [TD-3906]<fix>: taosdemo back to 4 INT columns.

* [TD-3906]<fix>: taosdemo back to 4 columns.

test case need change correspondingly.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-22 18:35:14 +08:00
Haojun Liao d497b525f5 [td-225] fix bug found by regression test. 2021-04-22 16:23:48 +08:00
Minglei Jin d47b358b61 [TD-3909]<fix>: [http/race] fix singleCmd race issue 2021-04-22 15:43:59 +08:00
dapan1121 2ab82ca408 filter timestamp 2021-04-22 15:01:02 +08:00
Minglei Jin ec79d6a738 [TD-3883]<fix>: [http/clear parser] clear parser when decode finished 2021-04-22 11:43:30 +08:00
dapan1121 7199b01f3d fix bug 2021-04-22 11:32:32 +08:00
Haojun Liao 463b02fdde [td-225] merge develop 2021-04-22 11:26:18 +08:00
Haojun Liao d5e21441d2 [td-225] merge develop 2021-04-22 11:25:51 +08:00
Haojun Liao 401fc20df0 [td-225] merge develop 2021-04-22 11:25:20 +08:00
haojun Liao e8bc9be632
Merge pull request #5880 from taosdata/feature/qrefactor
Feature/qrefactor
2021-04-22 11:02:24 +08:00
dapan1121 2bfc6a90a5 fix bug 2021-04-22 09:50:44 +08:00
Haojun Liao 8405b57864 [td-3902]update the log. 2021-04-21 23:14:16 +08:00
Haojun Liao f6296b060d [td-3902]update the log. 2021-04-21 23:10:10 +08:00
Haojun Liao 328c8d4c26 [td-3902]update the log. 2021-04-21 22:44:56 +08:00
Haojun Liao 5e1b9faa87 [td-3902]update the log. 2021-04-21 22:38:34 +08:00
Shuduo Sang f2791c3645
[TD-2915]<fix>: python connector cursor iter next() function. (#5875)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-21 22:20:46 +08:00
dapan1121 c8262d44d1 fix bug 2021-04-21 19:08:03 +08:00
haojun Liao 31529614d5
Merge pull request #5855 from taosdata/feature/qrefactor
Feature/qrefactor
2021-04-21 18:25:12 +08:00
Haojun Liao d37fad65dd Merge branch 'master' into feature/qrefactor 2021-04-21 18:13:08 +08:00
Haojun Liao 1ed54bc597 [td-2859]add test cases. 2021-04-21 17:34:42 +08:00
Shuduo Sang e663bc6f00
Hotfix/sangshuduo/td 3880 csharp driver unsigned miss (#5872)
* [TD-3880]<fix>: C# driver test miss unsigned type.

* [TD-3880]<fix>: C# driver test miss unsigned type.

also modify other files as what  TD-3204 did.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-21 16:15:40 +08:00