Commit graph

4448 commits

Author SHA1 Message Date
Shengliang Guan
fb4486cedb Merge branch 'main' into merge/mainto3.0 2024-11-28 19:21:25 +08:00
Shengliang Guan
7b6c19d4d6
Merge pull request #28962 from taosdata/fix/TD-33058
update test case and remove invalid code
2024-11-28 17:55:22 +08:00
Shengliang Guan
675008dd18
Merge pull request #28952 from taosdata/test/main/TD-32920
ci: set test step in ci when tdgpt file changed
2024-11-28 17:06:20 +08:00
Shengliang Guan
b1433deebe
Merge pull request #28839 from taosdata/enh/TD-32179/operatorInputCheck
enh: operator input check
2024-11-28 16:37:58 +08:00
yihaoDeng
c21ff8fdfe support escape and update test case 2024-11-28 16:11:08 +08:00
yihaoDeng
95a1005e1f update test case and remove invalid code 2024-11-28 15:09:20 +08:00
Shengliang Guan
ab604c18f9
Merge pull request #28925 from taosdata/feat/updateMultiTag
Feat/updateMultiTag
2024-11-28 14:24:23 +08:00
Shengliang Guan
26ba4b1f29 Merge branch '3.0' into merge/mainto3.0 2024-11-27 22:32:50 +08:00
Shengliang Guan
6db8a25c98 Merge branch 'main' into merge/mainto3.0 2024-11-27 22:31:17 +08:00
chenhaoran
9125e60a5a ci: set test step in ci when tdgpt file changed 2024-11-27 14:14:52 +08:00
Shengliang Guan
9d23131e04
Merge pull request #28915 from taosdata/fix/TD-32999
fix(stream):build create table request for force_window_close
2024-11-27 10:59:14 +08:00
yihaoDeng
89ee604083 add test case 2024-11-27 09:01:02 +08:00
Haojun Liao
47634f4f18 test: add a new test case for TDgpt. 2024-11-26 22:48:30 +08:00
yihaoDeng
e87570c036 fix invalid free 2024-11-26 20:50:37 +08:00
yihaoDeng
d38657118d update test case 2024-11-26 13:50:43 +08:00
yihaoDeng
ae885dc592 update test case 2024-11-26 11:28:37 +08:00
yihaoDeng
34ca4ca81f update test case 2024-11-26 11:17:01 +08:00
factosea
d50ee39dab fix: basic1.sim case 2024-11-26 10:01:09 +08:00
yihaoDeng
3bae675108 refactor code 2024-11-26 09:45:04 +08:00
factosea
9656ec4c80 fix: misspelling 2024-11-25 19:53:57 +08:00
54liuyao
39564a41ae fix(stream):build create table request for force_window_close 2024-11-25 13:54:31 +08:00
Shengliang Guan
a7f655a784
Merge pull request #28855 from taosdata/fix/3.0/TD-32797
fix:[ TD-32797] stmt2 nchar interlacemode problem
2024-11-24 11:50:05 +08:00
Pengrongkun
09a9298de7 TD-32797:fix array realloc problem 2024-11-22 17:43:54 +08:00
Shengliang Guan
a607951115 Merge branch 'main' into merge/mainto3.0 2024-11-22 13:39:44 +08:00
yihaoDeng
a5c1f11b04 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-5669 2024-11-21 15:00:16 +08:00
yihaoDeng
2a26f48a1b fix double compress when retry 2024-11-21 14:59:51 +08:00
54liuyao
53ae014354 fix issue for streamscan 2024-11-20 19:13:05 +08:00
Shengliang Guan
899e5acb99
Merge pull request #28777 from taosdata/fix/3.0/TD-32366
fix:TD-32366/stmt add geometry datatype check
2024-11-19 18:42:27 +08:00
Pengrongkun
f3b4aa14be add checkWKBGeometry function 2024-11-19 16:44:28 +08:00
Shengliang Guan
686c20cd9f
Merge pull request #28779 from taosdata/fix/3_liaohj
fix(stream): update the msg encoder.
2024-11-19 11:23:08 +08:00
Pengrongkun
ff2d0e6d67 fix CI problem 2024-11-19 09:22:34 +08:00
Pengrongkun
8d5508a7a6 fix compile problem 2024-11-16 08:52:57 +08:00
Pengrongkun
6f3c6548cb add geometry check during stmt_bind_param 2024-11-14 21:25:14 +08:00
yihaoDeng
508e09cd97 Merge remote-tracking branch 'origin/3.0' into enh/TS-5035 2024-11-14 19:21:15 +08:00
Haojun Liao
4dd4f217c1 fix(test): update test cases. 2024-11-14 17:43:00 +08:00
Shengliang Guan
f46cf6044d
Merge pull request #28709 from taosdata/main
merge: from main to 3.0 branch
2024-11-10 11:50:38 +08:00
kailixu
907cbe99ed enh: adjust macro for makefile_win64.mak 2024-11-07 14:38:51 +08:00
kailixu
880b54ee16 Merge branch 'td31284_klxu' into td31284 2024-11-07 14:30:38 +08:00
kailixu
089456fa5b enh: add makefile of passwdTest.c for windows 2024-11-07 13:43:08 +08:00
Jinqing Kuang
43a337ef74 enh(query)[TD-32732]: add client Id generation and usage
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
54liuyao
ba31bf2c52 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
Feng Chao
dcb63d054f
Update makefile to remove the failed test cases 2024-11-06 08:05:51 +08:00
Feng Chao
9003883edc
Update makefile to remove the stmt.c which doesn't exist 2024-11-05 20:23:45 +08:00
Feng Chao
25d34537db
Merge branch '3.0' into td31284 2024-11-05 13:19:34 +08:00
Shengliang Guan
521b86ea89
Merge pull request #28637 from taosdata/fix/3_liaohj
fix(stream): check the right return code for concurrent checkpoint trans.
2024-11-05 11:18:14 +08:00
Haojun Liao
fea19d5ad1 test: add a new test case. 2024-11-04 20:14:58 +08:00
Haojun Liao
0614efdffd fix(stream): check the right return code for concurrent checkpoint trans. 2024-11-04 20:06:36 +08:00
Pengrongkun
b011ef49e0 TD-32120:add api taos_stmt2_get_all_fields
fix some format

convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API

rename taos_stmt2_get_stb_fields

refact parse for ctbname parameterized

refactor some code, fix some core problem.
2024-11-04 16:59:13 +08:00
54liuyao
de92e455a6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-04 09:11:43 +08:00
Shengliang Guan
a71aacbb13
Merge pull request #28620 from taosdata/main
merge: from main to 3.0
2024-11-02 12:06:20 +08:00