Minglei Jin
100254fdec
feat(query): group by multi columns
2022-04-12 17:21:16 +08:00
Minglei Jin
c4b1e26444
Merge pull request #10863 from taosdata/fix/TS-1318-D
...
[TS-1318]<fix>: fixed unmatched tag columns in join queries
2022-03-23 14:59:13 +08:00
xywang
5b3221cae0
[TS-1318]<fix>: commented out a test case
2022-03-23 13:28:14 +08:00
shenglian zhou
33d9b37a12
[TD-14122][TD-14123]:fix failed test on arm by converting from sim test to python test to overcome nan value and its string representation
2022-03-17 20:45:44 +08:00
Alex Duan
144f622179
[TS-207]<fix>(query):groupby.sim fixed
2022-03-11 13:36:24 +08:00
Alex Duan
03e4beff76
[TS-207]<fix>(query):groupby.sim add log
2022-03-11 13:30:09 +08:00
Alex Duan
37bda43bd5
[TS-207]<fix>(query): other case with child compare
2022-03-10 20:36:20 +08:00
Shuduo Sang
d69c5977db
Test/sangshuduo/td 13408 move tests in ( #10589 )
...
* restore .gitmodules
* Revert "[TD-13408]<test>: move tests directory out"
This reverts commit 7db7bd9337 .
* revert to make tests back
* immigrate file change in stand-alone repo to TDengine
* remove tests repository checkout
Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 17:59:24 +08:00
Shuduo Sang
f94bfbaef0
[TD-13408]<test>: move tests directory out ( #10174 )
...
* [TD-13408]<test>: move tests directory out
* restore Jenkinsfile due to tests dir removal
* add --remote parameter to git submodule update
* git reset hard before checkout to branch
* call git submodule update for some submodules
* remove tests directory before checkout due to conflict
* as all branches remove tests, no need to remove it in script
Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 13:43:13 +08:00
plum-lihui
d4fbc07a1d
[TD-13350]<fix bug>
2022-02-05 10:15:05 +08:00
Haojun Liao
97f08c9794
Merge pull request #8917 from taosdata/feature/query
...
Feature/query
2022-01-04 14:03:51 +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
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
Haojun Liao
19d20c5776
Merge branch 'develop' into feature/query
2021-12-15 15:28:28 +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
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
Ganlin Zhao
fbdfd5022c
add test cases
2021-12-13 13:39:53 +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
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
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
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
Haojun Liao
8eff181d2c
[td-255] disable a test case temporarily.
2021-12-07 11:41:38 +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
Haojun Liao
92debfdbb6
[td-255] fix error in sim script.
2021-12-06 18:45:08 +08:00
Alex Duan
65bbd25616
[TS-580] add top buttom check
2021-12-06 13:37:15 +08:00
Haojun Liao
3fe83c8434
[td-255] fix error in sim.
2021-12-03 19:09:39 +08:00
Alex Duan
0eeeabf2e2
fix case diff function must have ts column
2021-12-03 17:49:40 +08:00
Haojun Liao
ffc58d64e7
[td-11169] add test case.
2021-12-03 13:44:17 +08:00
Ganlin Zhao
7f05f82e10
[TD-11592]<fix>: show create table column and tag result lose escape character
2021-11-30 11:53:48 +08:00
dapan1121
ac37f0257d
[TD-11561]no error is reported when selecting tag/tbname column with slimit/soffset without group by
2021-11-30 09:54:28 +08:00
shenglian zhou
1710eb5b11
implement concat_ws that follow mysql
2021-11-29 09:38:45 +08:00
shenglian zhou
949825497a
Merge branch 'szhou/feature/support-math-functions' of github.com:taosdata/TDengine into szhou/feature/support-math-functions
2021-11-26 17:27:25 +08:00
shenglian-zhou
466831c2fc
Merge branch 'develop' into szhou/feature/support-math-functions
2021-11-26 14:18:30 +08:00
shenglian zhou
4cbf6ddbce
clean up TSDB_FUNCSTATE_SCALAR
2021-11-26 14:11:33 +08:00
Minglei Jin
20cf2ff328
Merge pull request #8751 from taosdata/fix/TS-426-D
...
fixed TS-426 on develop. group by can not ignore NULL
2021-11-26 10:52:21 +08:00
shenglian zhou
66af9be46c
enhance/modify test case
2021-11-26 08:30:43 +08:00
Alex Duan
7fed6fd6b7
[TS-426]<fix> can not ignore null using group by keywords
2021-11-25 11:10:05 +08:00