Ganlin Zhao
|
d22a791125
|
refactor(query): divide by 0 optimization
TD-15058
TD-15059
|
2022-04-27 20:31:15 +08:00 |
Ganlin Zhao
|
c211427e2e
|
fix(query): replace nan/inf result in math functions
TD-15172
|
2022-04-27 19:03:41 +08:00 |
dapan1121
|
4d595938df
|
handle null value
|
2022-04-26 16:40:30 +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
|
ab459546ba
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-26 08:40:07 +08:00 |
Xiaoyu Wang
|
fc3df94127
|
fix: some problems of udf and 'create table'
|
2022-04-25 21:05:50 +08:00 |
Xiaoyu Wang
|
ba509423fc
|
fix: some problems of udf and 'create table'
|
2022-04-25 20:35:05 +08:00 |
Xiaoyu Wang
|
103418bfc5
|
fix: some problems of udf and 'create table'
|
2022-04-25 20:28:14 +08:00 |
dapan1121
|
15d7abf46f
|
stmt query
|
2022-04-25 20:03:28 +08:00 |
Ganlin Zhao
|
28855b81b1
|
fix(query): fix scalar function input is constant return var type value contains illegal characters.
TD-15116
|
2022-04-25 17:31:29 +08:00 |
Ganlin Zhao
|
8c36142a9c
|
fix(query): fix scalar function input is constant return var type value contains illegal characters.
TD-15116
|
2022-04-25 17:16:47 +08:00 |
Ganlin Zhao
|
21feb85915
|
fix(query): fix timezone function output string incomplete
TD-15116
|
2022-04-25 12:42:26 +08:00 |
dapan1121
|
54dd9e3ca4
|
feature/qnode
|
2022-04-25 09:32:46 +08:00 |
dapan1121
|
8bbc6b09ca
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-25 09:06:33 +08:00 |
Ganlin Zhao
|
8ace6c9bdf
|
Merge pull request #11811 from taosdata/fix/TD-15107
fix(query): fix math function NULL values is not properly appended
|
2022-04-24 22:25:01 +08:00 |
Ganlin Zhao
|
aadbba44cc
|
fix(query): fix math function NULL values is not properly appended
TD-15056
|
2022-04-24 21:17:30 +08:00 |
dapan
|
bb33139572
|
feature/qnode
|
2022-04-24 20:11:34 +08:00 |
Xiaoyu Wang
|
a9ab3c8940
|
enh: order by primary key optimize
|
2022-04-24 16:31:17 +08:00 |
dapan1121
|
ef0365ebeb
|
feature/qnode
|
2022-04-24 16:27:09 +08:00 |
dapan1121
|
78f05459a7
|
Merge pull request #11769 from taosdata/feature/qnode
feat: fix qnode list type issue
|
2022-04-22 19:47:20 +08:00 |
WANG MINGMING
|
4291981b54
|
Merge pull request #11690 from taosdata/feature/TD-13041
fix: bugs in to_json
|
2022-04-22 18:23:27 +08:00 |
dapan1121
|
8cfcd6d4f4
|
feature/qnode
|
2022-04-22 17:48:12 +08:00 |
Ganlin Zhao
|
85bbe4e832
|
Merge pull request #11755 from taosdata/feature/3.0_glzhao
refactor(query): limit cast var type length to 1000
|
2022-04-22 16:30:11 +08:00 |
Ganlin Zhao
|
a601081e6d
|
refactor(query): limit cast var type length to 1000
|
2022-04-22 16:04:17 +08:00 |
Ganlin Zhao
|
f6c21cd39a
|
Merge pull request #11743 from taosdata/feature/3.0_glzhao
fix(query): fix timediff bug
|
2022-04-22 14:54:51 +08:00 |
wangmm0220
|
1fe2abc8cd
|
refactor:fix error in unit test for scalar test
|
2022-04-22 14:35:00 +08:00 |
Ganlin Zhao
|
87bcbe8f52
|
fix(query): fix timediff bug
TD-14802
|
2022-04-22 14:25:15 +08:00 |
dapan1121
|
54e1702749
|
Merge pull request #11732 from taosdata/feature/qnode
feat: add udf catalog api
|
2022-04-22 11:46:06 +08:00 |
afwerar
|
fc24521621
|
fix(os): windows compile 3.0.
|
2022-04-22 09:54:27 +08:00 |
dapan1121
|
162b3087c3
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-22 09:46:19 +08:00 |
dapan1121
|
31528bbe55
|
feature/qnode
|
2022-04-22 09:16:00 +08:00 |
Ganlin Zhao
|
f8b67140ca
|
Merge pull request #11710 from taosdata/fix/TD-14770
fix(query): fix cast binary->binary trailing characters
|
2022-04-21 15:38:12 +08:00 |
Ganlin Zhao
|
8c4e3b62b0
|
fix(query): fix cast binary->binary trailing characters
|
2022-04-21 15:19:58 +08:00 |
wangmm0220
|
d2a1203eeb
|
refactor: fix bugs in to_json
|
2022-04-20 20:39:19 +08:00 |
WANG MINGMING
|
66400aff66
|
Merge pull request #11671 from taosdata/feature/TD-13041
feat: json tag
|
2022-04-20 20:22:59 +08:00 |
wangmm0220
|
1ab6342018
|
refactor: fix error in merge
|
2022-04-20 18:54:15 +08:00 |
Ganlin Zhao
|
1403fa1d6e
|
refactor(query): add parameter combination check for cast
|
2022-04-20 17:35:49 +08:00 |
wangmm0220
|
0fb41733ea
|
refactor: merge from 3.0
|
2022-04-20 17:08:52 +08:00 |
wangmm0220
|
a016f1157a
|
refactor: add unit test for json compare
|
2022-04-20 16:52:32 +08:00 |
Ganlin Zhao
|
0db26f2f96
|
fix(query): substr function param overflow
TD-14760
|
2022-04-20 14:30:04 +08:00 |
Ganlin Zhao
|
cec0f0d171
|
refactor(query): refactor scalar function
TD-14802
|
2022-04-20 10:26:38 +08:00 |
Ganlin Zhao
|
8649bbca02
|
Merge pull request #11642 from taosdata/fix/TD-14843
refactor(query): refactor cast function
|
2022-04-19 21:03:06 +08:00 |
Ganlin Zhao
|
f53db3d3b9
|
fix(query): fix cast function NULL value handling logic
|
2022-04-19 20:40:45 +08:00 |
wangmm0220
|
2133a2de1d
|
refactor: add test casese for json compare logic
|
2022-04-19 20:30:06 +08:00 |
Ganlin Zhao
|
482afcf288
|
refactor(query): refactor cast function
TD-14837
TD-14843
TD-14904
|
2022-04-19 18:20:27 +08:00 |
Ganlin Zhao
|
11028921b6
|
refactor(query): refactor cast function
TD-14837
TD-14843
TD-14904
|
2022-04-19 18:16:29 +08:00 |
wangmm0220
|
412e2cbb0d
|
refactor: add test casese for json compare logic
|
2022-04-19 17:52:04 +08:00 |