Commit graph

1669 commits

Author SHA1 Message Date
Minglei Jin
7f3a1a21f0
Merge pull request #9177 from taosdata/fix/TS-913-D
[TS-913]<fix>: fixed coredump when memcpy without checking the length
2021-12-20 15:50:55 +08:00
xywang
7b00b23ba7 [TS-913]<fix>: fixed test case 2021-12-19 09:55:58 +08:00
shenglian-zhou
dd4dd6e353
fix ci build broken cause by data overwrite with same ts (#9180) 2021-12-18 08:24:54 +08:00
dapan1121
044d56eaa6
Merge pull request #9095 from taosdata/szhou/hotfix/td-11969
TD-11969: fix coredump when max and projection appears at the outer query
2021-12-17 08:23:20 +08:00
xywang
06f76df34f [TS-913]<fix>: fixed coredump when memcpy without checking the length 2021-12-17 07:59:38 +08:00
dapan1121
80644cdfb7
Merge pull request #9098 from taosdata/fix/TD-12014
[TD-12014]<fix>: taosshell crash when apply arithmetic operation with select now
2021-12-16 18:48:19 +08:00
shenglian-zhou
be036fd51d
Merge branch 'develop' into szhou/hotfix/td-11969 2021-12-16 15:37:23 +08:00
Haojun Liao
fe9f47ade8
Merge pull request #9102 from taosdata/szhou/hotfix/td-11097
TD-11097: fix outer query interval then order by ts desc error
2021-12-16 14:53:55 +08:00
Haojun Liao
4ff0fead15
Merge pull request #9090 from taosdata/szhou/hotfix/td-11943
TD-11943: fix bug core dump related to select tbname, max(col)+val from childtable
2021-12-16 14:37:36 +08:00
shenglian zhou
2d867d1c39 enhance test case 2021-12-15 17:08:23 +08:00
shenglian zhou
1d19a10450 TD-11097: fix outer query interval then order by ts desc error 2021-12-15 16:59:00 +08:00
shenglian zhou
7d267cd033 Merge remote-tracking branch 'origin/develop' into szhou/hotfix/td-11969 2021-12-15 13:58:51 +08:00
Ganlin Zhao
80b34e9887 add test cases 2021-12-15 11:34:02 +08:00
shenglian zhou
1720e5564c fix coredump when max and projection appears at the outer query 2021-12-15 10:30:21 +08:00
shenglian zhou
d3ef5f286c Merge remote-tracking branch 'origin/develop' into szhou/hotfix/td-11943 2021-12-14 19:10:20 -05:00
shenglian zhou
5d77746c1c fix tag has no input for sqlfunctionctx during master scan in pExpr2 of SQL: select tbname, max(col)+5 from childtable 2021-12-14 21:26:35 +08:00
Ganlin Zhao
f9673f561c resolve merge conflict from develop 2021-12-14 15:50:31 +08:00
shenglian zhou
04527c32c6 add string concat/length test suites 2021-12-13 14:51:27 +08:00
shenglian zhou
e6c1bd7fce add length / char_length test case 2021-12-13 14:49:41 +08:00
shenglian zhou
1aac884152 Merge remote-tracking branch 'origin/develop' into szhou/feature/support-math-functions 2021-12-13 14:10:20 +08:00
Ganlin Zhao
9d06a62b3a add test cases 2021-12-13 13:40:10 +08:00
Ganlin Zhao
fbdfd5022c add test cases 2021-12-13 13:39:53 +08:00
shenglian zhou
efd2eddf16 modify test case of string function concat 2021-12-13 13:16:38 +08:00
dapan1121
2c07dd5dec
Merge pull request #8212 from taosdata/feature/TD-6129
Feature/td 6129
2021-12-13 10:31:13 +08:00
wangmm0220
5f635bed9e Merge branch 'develop' into feature/TD-6129 2021-12-11 09:20:27 +08:00
shenglian zhou
4d407d81bb add concat_ws test case 2021-12-10 18:50:52 +08:00
shenglian zhou
af6d710dbf Merge remote-tracking branch 'origin/develop' into szhou/feature/support-math-functions 2021-12-10 16:28:50 +08:00
shenglian zhou
8f82baa786 add string concat test cases 2021-12-10 16:28:06 +08:00
shenglian zhou
a9ad82f0bd add math_funcs test case to script and add char_length error test case 2021-12-10 13:12:06 +08:00
dapan1121
749ed71a08 Merge branch 'develop' into hotfix/TD-11899 2021-12-10 11:15:18 +08:00
dapan1121
92f88f0b13
Merge pull request #8848 from taosdata/fix/TD-11592
[TD-11592]<fix>: show create table column and tag result lose escape character
2021-12-09 11:00:32 +08:00
dapan1121
37934ebe63 [td-11899] 2021-12-09 08:34:21 +08:00
shenglian zhou
0f36089c26 generate new data for string test 2021-12-08 17:08:36 +08:00
shenglian zhou
b6cc4edc70 add pow/log test cases 2021-12-08 16:24:30 +08:00
shenglian zhou
ba878b03c2 add triangle test case 2021-12-08 16:07:27 +08:00
shenglian zhou
1bc9512c96 add asin test case 2021-12-08 15:40:59 +08:00
shenglian zhou
45481da260 Merge branch 'szhou/feature/support-math-functions' of github.com:taosdata/TDengine into szhou/feature/support-math-functions 2021-12-08 14:10:49 +08:00
wangmm0220
7ba8ef9297 Merge branch 'develop' into feature/TD-6129 2021-12-08 11:23:50 +08:00
shenglian zhou
864530a195 limit nested levels to 16 and add test case 2021-12-08 09:36:08 +08:00
shenglian zhou
4de162d1ea Merge remote-tracking branch 'origin/develop' into szhou/feature/support-math-functions 2021-12-07 22:27:55 +08:00
shenglian zhou
7bf7dcdf18 modify scalar_expression.sim under general/parser 2021-12-07 17:32:03 +08:00
shenglian zhou
0b81b57835 modify scalar triangle test case 2021-12-07 17:16:54 +08:00
wangmm0220
73878ab302 add stmt test case 2021-12-07 17:00:37 +08:00
wangmm0220
414470e57d add stmt test case 2021-12-07 16:58:16 +08:00
wangmm0220
40c2824b51 add stmt test case 2021-12-07 16:45:59 +08:00
shenglian zhou
7130d3de8d add project for scalar(interp) query and enhance test case 2021-12-07 13:18:56 +08:00
Minglei Jin
ad7974136b
Merge pull request #8936 from taosdata/fix/TS-780-D
[TS-780] add top buttom check
2021-12-07 11:26:59 +08:00
dapan1121
0b74d507fb
Merge pull request #8842 from taosdata/hotfix/TD-11561
[TD-11561]no error is reported when selecting tag/tbname column with …
2021-12-07 11:13:59 +08:00
Alex Duan
47a3320acc case check error 2021-12-07 09:39:00 +08:00
shenglian zhou
f139195fa7 enhance test for math str function 2021-12-06 17:49:48 +08:00