wangmm0220
|
74bc4cc3f0
|
fix:return false in is ture operator if result is null
|
2022-06-07 15:33:37 +08:00 |
wangmm0220
|
89b2a64435
|
fix: fix error in json and add test cases for json
|
2022-06-06 21:14:24 +08:00 |
wangmm0220
|
5d042b674a
|
fix: fix error in json and add test cases for json
|
2022-06-06 17:57:26 +08:00 |
wangmm0220
|
0232394386
|
fix: fix error in json and add test cases for json
|
2022-06-06 17:55:14 +08:00 |
wangmm0220
|
a3a959043e
|
feat: test arith/logic operator for json
|
2022-06-05 22:25:10 +08:00 |
wangmm0220
|
30b8bd1b16
|
feat: add sort/group logic for json
|
2022-06-05 21:31:54 +08:00 |
wangmm0220
|
c9daa37886
|
feat: add sort/group logic for json
|
2022-06-05 16:52:28 +08:00 |
wangmm0220
|
84fd45c3bb
|
feat: add sort/group logic for json
|
2022-06-05 14:18:40 +08:00 |
wangmm0220
|
9e1cd759f3
|
feat: add sort/group logic for json
|
2022-06-05 13:50:31 +08:00 |
wangmm0220
|
f6b700ff45
|
feat:add new logic for new tag format
|
2022-05-31 22:30:08 +08:00 |
wangmm0220
|
f89ce48e66
|
feat:add new logic for new tag format
|
2022-05-31 20:18:02 +08:00 |
wangmm0220
|
816cea07f9
|
feat:add new logic for new tag format
|
2022-05-31 17:49:33 +08:00 |
Cary Xu
|
9b4c9e4802
|
enh: tag refactor for normal tags
|
2022-05-28 17:16:04 +08:00 |
Xiaoyu Wang
|
427301c1d1
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_constant
|
2022-05-21 17:08:13 +08:00 |
dapan1121
|
ff73213133
|
constnat value to column
|
2022-05-20 22:09:19 +08:00 |
WANG MINGMING
|
c715ee5993
|
Merge pull request #12719 from taosdata/feature/TD-13041
fea: add select json from table
|
2022-05-20 13:15:49 +08:00 |
wangmm0220
|
d48d98f094
|
fea:add select json logic
|
2022-05-19 22:10:20 +08:00 |
wangmm0220
|
6c26b6230f
|
fea:add select json logic
|
2022-05-19 17:57:14 +08:00 |
wangmm0220
|
91dc9e9089
|
fea:add select json logic
|
2022-05-19 17:46:28 +08:00 |
afwerar
|
51721dfc47
|
fix(os): win run error
|
2022-05-19 10:37:11 +08:00 |
dapan1121
|
cc9983ab91
|
fix bug
|
2022-05-11 21:35:00 +08:00 |
dapan1121
|
327b5cdae9
|
stmt auto create table
|
2022-05-11 19:02:39 +08:00 |
dapan1121
|
1792bf5ff3
|
fix bug
|
2022-05-07 14:46:04 +08:00 |
Haojun Liao
|
4e90982c22
|
fix(query): sort according to the generated column data in order by operator.
|
2022-05-06 17:23:20 +08:00 |
dapan1121
|
c3484ce8c3
|
stmt query
|
2022-04-29 20:04:34 +08:00 |
Ganlin Zhao
|
d22a791125
|
refactor(query): divide by 0 optimization
TD-15058
TD-15059
|
2022-04-27 20:31:15 +08:00 |
dapan1121
|
960f885aef
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-26 15:55:11 +08:00 |
dapan1121
|
65a7d0f1c2
|
scalar constant
|
2022-04-26 15:51:46 +08:00 |
Ganlin Zhao
|
471b67ae45
|
fix(query): change some assert to ASSERT macro
|
2022-04-26 15:29:50 +08:00 |
Ganlin Zhao
|
daea9b4d58
|
fix(query): fix taosshell crash when arithmetic operation with NULL
concstant
TD-15132
|
2022-04-26 15:06:20 +08:00 |
dapan1121
|
8cfcd6d4f4
|
feature/qnode
|
2022-04-22 17:48:12 +08:00 |
wangmm0220
|
1ab6342018
|
refactor: fix error in merge
|
2022-04-20 18:54:15 +08:00 |
wangmm0220
|
a016f1157a
|
refactor: add unit test for json compare
|
2022-04-20 16:52:32 +08:00 |
wangmm0220
|
2133a2de1d
|
refactor: add test casese for json compare logic
|
2022-04-19 20:30:06 +08:00 |
wangmm0220
|
412e2cbb0d
|
refactor: add test casese for json compare logic
|
2022-04-19 17:52:04 +08:00 |
wangmm0220
|
b96082fe1b
|
refactor: fix compare logic
|
2022-04-19 09:46:12 +08:00 |
wangmm0220
|
49c3057221
|
refactor: merge from 3.0
|
2022-04-18 21:15:57 +08:00 |
Ganlin Zhao
|
00ae854c78
|
fix(query): fix time function related bugs (#11604)
* fix(query): fix timediff args cannot be integer values
TD-14798
* fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string
TD-14802
TD-14803
* refactor(query): constant NULL value processing logic
TD-14802
TD-14803
* refactor(query): support timefunction arithmetic operation with boolean
constant
|
2022-04-18 19:20:08 +08:00 |
wangmm0220
|
d2d29d992f
|
refactor: add compare logic for json value
|
2022-04-18 14:25:19 +08:00 |
wangmm0220
|
e2c6bf41df
|
refactor: add compare logic for json value
|
2022-04-18 13:36:01 +08:00 |
wangmm0220
|
b7bd654c77
|
refactor: add compare logic for json value
|
2022-04-16 21:24:07 +08:00 |
Ganlin Zhao
|
29327a6d66
|
feat(query): support now()/today() arithmetic operation with time duration
TD-14243
|
2022-04-16 11:03:18 +08:00 |
Haojun Liao
|
2624fa2711
|
fix[query]: invalid write.
|
2022-04-11 17:36:10 +08:00 |
Haojun Liao
|
8240efda4c
|
fix[query]: enable filter on nchar type.
|
2022-04-11 17:03:41 +08:00 |
dapan1121
|
ac60b0408a
|
Merge pull request #11342 from taosdata/feature/qnode
feature/qnode
|
2022-04-09 17:13:07 +08:00 |
dapan1121
|
3295507835
|
feature/qnode
|
2022-04-09 16:14:01 +08:00 |
wangmm0220
|
83eacf8d07
|
merge from 3.0
|
2022-04-06 18:38:19 +08:00 |
dapan1121
|
398a41d09b
|
feature/qnode
|
2022-04-06 15:20:38 +08:00 |
wangmm0220
|
5aa3467e2b
|
merge from 3.0
|
2022-04-02 19:02:45 +08:00 |
wangmm0220
|
12c3a10a9b
|
fix error in order by logic & fix no return error
|
2022-04-02 14:29:43 +08:00 |