Hongze Cheng
|
aed53ac9e1
|
feat: create table if not exists
|
2022-05-06 13:06:10 +00:00 |
jiacy-jcy
|
6f773ba492
|
Merge branch '3.0' into test/jcy
|
2022-05-06 20:48:28 +08:00 |
wenzhouwww@live.cn
|
a65d5a47c7
|
add case for tan functions
|
2022-05-06 20:47:45 +08:00 |
jiacy-jcy
|
679726ebb7
|
update test case
|
2022-05-06 20:47:27 +08:00 |
jiajingbin
|
af1726d866
|
update single type of col
|
2022-05-06 20:42:49 +08:00 |
Hongze Cheng
|
c7eaa2a7d7
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-05-06 12:35:30 +00:00 |
wenzhouwww@live.cn
|
20cf55c1fc
|
add case for cosin function
|
2022-05-06 20:31:52 +08:00 |
Xiaoyu Wang
|
6acf688b84
|
Merge pull request #12167 from taosdata/feature/3.0_wxy
fix: some problems of parser and planner
|
2022-05-06 20:29:54 +08:00 |
wangmm0220
|
7e30e1b50b
|
refactor:merge from 3.0
|
2022-05-06 20:00:30 +08:00 |
Hongze Cheng
|
902840276e
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-05-06 12:00:07 +00:00 |
wenzhouwww@live.cn
|
c1cc6417cb
|
update sin case
|
2022-05-06 19:57:29 +08:00 |
wenzhouwww@live.cn
|
31f1af34e5
|
update sin case
|
2022-05-06 19:56:51 +08:00 |
wenzhouwww@live.cn
|
e45e953e44
|
add test case for sin functions
|
2022-05-06 19:52:09 +08:00 |
Haojun Liao
|
1a2d170509
|
Merge pull request #12166 from taosdata/feature/3.0_liaohj
fix(query): set the correct result field length for first/last query.
|
2022-05-06 19:47:06 +08:00 |
Xiaoyu Wang
|
8e7cfb7f02
|
fix: some problems of parser and planner
|
2022-05-06 19:45:01 +08:00 |
Cary Xu
|
5536d42232
|
Merge branch '3.0' into feature/TD-13066-3.0
|
2022-05-06 19:35:13 +08:00 |
Cary Xu
|
bcdf9c19b2
|
feat: update refactor
|
2022-05-06 19:31:20 +08:00 |
Hongze Cheng
|
68fc2acc9c
|
refact
|
2022-05-06 11:16:53 +00:00 |
Xiaoyu Wang
|
3ac18d91a8
|
fix: some problems of parser and planner
|
2022-05-06 19:13:55 +08:00 |
Xiaoyu Wang
|
041ecaa35f
|
fix: some problems of parser and planner
|
2022-05-06 18:44:02 +08:00 |
yihaoDeng
|
e08dd100a4
|
enh(index): support more data type
|
2022-05-06 18:39:28 +08:00 |
Hongze Cheng
|
5ec83cbf11
|
more
|
2022-05-06 10:21:55 +00:00 |
Haojun Liao
|
809a3eda25
|
fix(query): set the correct result field length for first/last query.
|
2022-05-06 18:16:16 +08:00 |
Haojun Liao
|
29651b7b8b
|
Merge pull request #12163 from taosdata/feature/3.0_liaohj
fix(query): sort according to the generated column data in order by operator.
|
2022-05-06 18:10:14 +08:00 |
jiacy-jcy
|
c9e6bd4afd
|
update testcase
|
2022-05-06 18:07:51 +08:00 |
shenglian-zhou
|
b405ee49e4
|
Merge pull request #12165 from taosdata/feature/udf
fix: core dump when pass mulitiple columns from taosd to udfd
|
2022-05-06 18:05:53 +08:00 |
Hongze Cheng
|
79b70ac287
|
refact more
|
2022-05-06 10:03:54 +00:00 |
Hongze Cheng
|
3183205c63
|
Merge pull request #12164 from taosdata/feature/vnode_refact1
fix: invalid read
|
2022-05-06 17:58:23 +08:00 |
Shuduo Sang
|
9295303f1e
|
feat: taostools update for3.0 (#12160)
* feat: update taos-tools for 3.0
[TD-13052]
* update taos-tools
taosdump uses taos_fetch_lengths()
|
2022-05-06 17:53:32 +08:00 |
Xiaoyu Wang
|
dc1b390a0d
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-05-06 17:53:27 +08:00 |
Shuduo Sang
|
2687ea3957
|
fix: remove python connector (#12157)
update requirements.txt
[TD-14358]
|
2022-05-06 17:53:10 +08:00 |
Xiaoyu Wang
|
5f06387940
|
fix: some problems of parser and planner
|
2022-05-06 17:52:59 +08:00 |
slzhou
|
c9ee1b0dee
|
fix: core dump when pass mulitiple columns from taosd to udfd
|
2022-05-06 17:41:49 +08:00 |
Haojun Liao
|
1315f8e510
|
fix(query): fix an syntax error.
|
2022-05-06 17:37:57 +08:00 |
wenzhouwww
|
8c19baaec7
|
Merge pull request #12162 from taosdata/test/3.0_math_sqrt
test: add test case for math function sort
|
2022-05-06 17:34:52 +08:00 |
wenzhouwww@live.cn
|
1b84726650
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-05-06 17:34:24 +08:00 |
Hongze Cheng
|
d4f60df9e7
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1
|
2022-05-06 09:33:44 +00:00 |
cpwu
|
9b13842753
|
Merge pull request #12158 from taosdata/cpwu/3.0
test: add join case
|
2022-05-06 17:31:34 +08:00 |
Shengliang Guan
|
ae23dd2382
|
fix: alter db replications
|
2022-05-06 17:28:58 +08:00 |
Haojun Liao
|
8ffdd1b715
|
other: merged with 3.0 branch.
|
2022-05-06 17:26:52 +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 |
Cary Xu
|
76b549b5a8
|
Merge pull request #12154 from taosdata/feature/TD-14481-3.0
feat: extract row version from trow
|
2022-05-06 17:16:54 +08:00 |
wenzhouwww@live.cn
|
390c68a8c0
|
add test case for math function sqrt
|
2022-05-06 16:52:09 +08:00 |
wenzhouwww@live.cn
|
b3ec7b895a
|
add case for math function sqrt
|
2022-05-06 16:50:25 +08:00 |
wenzhouwww@live.cn
|
e2e311a0b2
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-05-06 16:49:18 +08:00 |
wenzhouwww@live.cn
|
dd63492541
|
add case for math function sqrt
|
2022-05-06 16:48:51 +08:00 |
wangmm0220
|
1e0c2fb01e
|
refactor:merge from 3.0
|
2022-05-06 16:48:44 +08:00 |
wangmm0220
|
b744c0f524
|
refactor:fix schemaless error in table name,vgId,uid
|
2022-05-06 16:42:02 +08:00 |
cpwu
|
068c9d3df5
|
Merge branch '3.0' into cpwu/3.0
|
2022-05-06 16:41:31 +08:00 |
dapan1121
|
a5e9b14dce
|
Merge branch 'feature/qnode' of github.com:taosdata/TDengine into feature/qnode
|
2022-05-06 16:36:17 +08:00 |