plum-lihui
|
a44725f178
|
[test: refactor tmq test script]
|
2022-04-20 14:14:26 +08:00 |
Ganlin Zhao
|
c273b2d5ca
|
Merge pull request #11655 from taosdata/fix/TD-14802
refactor(query): refactor scalar function
|
2022-04-20 13:00:16 +08:00 |
Ganlin Zhao
|
cec0f0d171
|
refactor(query): refactor scalar function
TD-14802
|
2022-04-20 10:26:38 +08:00 |
Cary Xu
|
486a5d6271
|
Merge pull request #11654 from taosdata/feature/TD-14481-3.0
feat: set other bit 0 in offset 0 when set bitmap
|
2022-04-20 10:21:04 +08:00 |
Cary Xu
|
95b94621e3
|
trow: set other bit 0 in offset 0
|
2022-04-20 10:00:16 +08:00 |
Haojun Liao
|
98a4e09962
|
Merge pull request #11652 from taosdata/feature/3.0_liaohj
fix(query): set the start row index to be the correct value.
|
2022-04-20 09:34:50 +08:00 |
Haojun Liao
|
cf486c5752
|
fix(query): set the start row index to be the correct value.
|
2022-04-20 09:09:04 +08:00 |
Shengliang Guan
|
8213315fdd
|
Merge pull request #11643 from taosdata/feature/3.0_liaohj
fix(query): fix the crash caused by the complex having clause
|
2022-04-20 00:00:46 +08:00 |
Shengliang Guan
|
d73010fd32
|
Merge pull request #11638 from taosdata/feature/retry
enh(rpc): add rpc retry
|
2022-04-20 00:00:30 +08:00 |
Shengliang Guan
|
040b7f11da
|
Merge pull request #11632 from taosdata/fix/valgrind
fix: fix memory leak in client
|
2022-04-19 23:59:47 +08:00 |
yihaoDeng
|
f0c0bc923c
|
enh(rpc): fix mem leak
|
2022-04-19 23:57:07 +08:00 |
Cary Xu
|
3747e6f440
|
Merge pull request #11649 from taosdata/feature/TD-14481-3.0
feat: SKVRow read logic
|
2022-04-19 22:34:41 +08:00 |
Cary Xu
|
a6e69b9704
|
trow: SKVRow read logic
|
2022-04-19 21:04:02 +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
|
a8ea6063d5
|
Merge pull request #11646 from taosdata/fix/TD-14905
fix(query): fix timezone function with trailing characters
|
2022-04-19 20:41:44 +08:00 |
Ganlin Zhao
|
f53db3d3b9
|
fix(query): fix cast function NULL value handling logic
|
2022-04-19 20:40:45 +08:00 |
Ganlin Zhao
|
43aecff7ea
|
fix(query): fix timezone function with trailing characters
|
2022-04-19 20:15:29 +08:00 |
Haojun Liao
|
6956c46226
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
|
2022-04-19 19:46:23 +08:00 |
Ganlin Zhao
|
6d8c06efd5
|
fix(query): fix timezone function with trailing characters
|
2022-04-19 19:16:15 +08:00 |
Hui Li
|
e6d28fff28
|
Merge pull request #11640 from taosdata/cpwu/3.0
test: add cast and varchar case
|
2022-04-19 19:15:20 +08:00 |
Haojun Liao
|
f25a72e5c3
|
fix(query): fix the crash caused by the complex having clause in which an scalar function is nested with an aggregate function in group by query.
|
2022-04-19 18:45:28 +08:00 |
Ganlin Zhao
|
f9947be46f
|
refactor(query): refactor cast function
TD-14837
TD-14843
TD-14904
|
2022-04-19 18:22:59 +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 |
Shengliang Guan
|
3752712989
|
Merge pull request #11639 from taosdata/feature/node
fix: make taos_options work
|
2022-04-19 18:11:21 +08:00 |
cpwu
|
031efe7a0e
|
Merge branch '3.0' into cpwu/3.0
|
2022-04-19 18:08:31 +08:00 |
cpwu
|
a9192233de
|
fix case
|
2022-04-19 18:07:32 +08:00 |
cpwu
|
d65b3b4934
|
fix varchar case
|
2022-04-19 18:07:08 +08:00 |
Haojun Liao
|
b122538268
|
refactor: do some internal refactor.
|
2022-04-19 18:06:59 +08:00 |
cpwu
|
6eaf8a5596
|
test : add varchar case
|
2022-04-19 18:04:06 +08:00 |
Shengliang Guan
|
f6597c37f4
|
fix: make taos_options work
|
2022-04-19 17:54:57 +08:00 |
shenglian-zhou
|
b62b17865a
|
Merge pull request #11572 from taosdata/3.0_udfd
feat(udf): UDF service refactoring with new interface
|
2022-04-19 17:29:57 +08:00 |
yihaoDeng
|
5f24bf5bf9
|
enh(rpc): add rpc retry
|
2022-04-19 17:29:04 +08:00 |
Haojun Liao
|
e5bf165e24
|
Merge pull request #11637 from taosdata/feature/3.0_liaohj
feat(query): a new builtin aggregate function is added.
|
2022-04-19 17:25:58 +08:00 |
Shengliang Guan
|
e867adc4e7
|
refactor: remove old files
|
2022-04-19 17:14:48 +08:00 |
cpwu
|
e912c41a43
|
Merge branch '3.0' into cpwu/3.0
|
2022-04-19 16:52:31 +08:00 |
slzhou
|
adf9957533
|
xMerge branch '3.0_udfd_sub1' into 3.0_udfd
|
2022-04-19 16:51:40 +08:00 |
slzhou
|
0776427f45
|
runUdf passed
|
2022-04-19 16:51:02 +08:00 |
cpwu
|
c0862378ba
|
fix case
|
2022-04-19 16:50:18 +08:00 |
Haojun Liao
|
7f0077cad5
|
feat(query): a new builtin aggregate function is added.
|
2022-04-19 16:32:19 +08:00 |
Haojun Liao
|
29608b0866
|
Merge pull request #11610 from taosdata/feature/3.0_liaohj
fix(query): avoid the output result overlap within the project operator buffer.
|
2022-04-19 16:27:28 +08:00 |
Haojun Liao
|
1c94bbb5e4
|
enh(query): set the status of stream scan operator.
|
2022-04-19 16:11:16 +08:00 |
Xiaoyu Wang
|
7d4cc302b6
|
Merge pull request #11634 from taosdata/feature/3.0_wxy
feat: delimit the time range according to the filtering conditions
|
2022-04-19 16:07:19 +08:00 |
plum-lihui
|
99c36d6e82
|
[test: add sync test cases]
|
2022-04-19 16:02:46 +08:00 |
Ganlin Zhao
|
4407a49c81
|
Merge pull request #11630 from taosdata/hotfix/glzhao_3.0
refactor(query): refactor string functions
|
2022-04-19 15:57:12 +08:00 |
Xiaoyu Wang
|
556f6a96ea
|
feat: delimit the time range according to the filtering conditions
|
2022-04-19 15:46:11 +08:00 |
cpwu
|
eff138f96c
|
fix case
|
2022-04-19 15:35:28 +08:00 |
cpwu
|
c278304b3e
|
fix case
|
2022-04-19 15:18:54 +08:00 |
cpwu
|
2ef7f46197
|
Merge branch '3.0' into cpwu/3.0
|
2022-04-19 15:11:39 +08:00 |
cpwu
|
a160af0118
|
fix case
|
2022-04-19 15:10:56 +08:00 |