Commit graph

4421 commits

Author SHA1 Message Date
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
Shengliang Guan
4c2dbef46c
Merge pull request #28596 from taosdata/enh/dnodelist
feat: support create database in the specified dnode list.
2024-11-01 20:21:55 +08:00
Shengliang Guan
07f9690714
Merge pull request #28603 from taosdata/enh/TD-32540
supporte disable encode and add test case
2024-11-01 18:09:21 +08:00
yihaoDeng
af1096522c set default compress 2024-11-01 15:19:02 +08:00
Shengliang Guan
daa8341a3e
Merge pull request #28512 from taosdata/opti/TD-30681
Opti/td 30681
2024-11-01 14:42:39 +08:00
yihaoDeng
53aa105da9 add disable support and add test case 2024-11-01 11:23:52 +08:00
yihaoDeng
d6f1d0853c change test case 2024-11-01 09:50:35 +08:00
yihaoDeng
31f4cb5eb4 fix possible crash 2024-11-01 09:46:09 +08:00
54liuyao
158eda13f9 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-31 17:49:58 +08:00
Shengliang Guan
eedc020425 Merge branch '3.0' into enh/dnodelist 2024-10-31 17:40:01 +08:00
Shengliang Guan
a31027359f
Merge pull request #28253 from taosdata/fix/3_liaohj
enh(stream): check the existence for snode.
2024-10-31 17:25:36 +08:00
Hongze Cheng
e260eb7a07
Revert "enh(stmt2):add api taos_stmt2_get_all_fields" 2024-10-31 13:35:42 +08:00
Shengliang Guan
c5d258ac1e
Merge pull request #28523 from taosdata/TEST/3.0/TD-32120
enh(stmt2):add api taos_stmt2_get_all_fields
2024-10-31 12:46:07 +08:00
Pan Wei
077da8d945
Merge branch '3.0' into opti/TD-30681 2024-10-31 08:39:12 +08:00
Pengrongkun
3895a7707a convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API 2024-10-30 18:12:08 +08:00
Shengliang Guan
689cdd4e44 test: add dnodes cases 2024-10-29 21:33:36 +08:00
Pengrongkun
e9feec94b3 TD-32120:add api taos_stmt2_get_all_fields 2024-10-29 17:27:48 +08:00
54liuyao
95ba57c139 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-10-29 10:57:12 +08:00
Shengliang Guan
75af76319b
Merge pull request #28470 from taosdata/opti/TD-31566
opti:modify time range of select ts in
2024-10-29 10:28:33 +08:00
Haojun Liao
18c1b76cb4 test: add into test suite 2024-10-29 10:09:07 +08:00
Haojun Liao
a5501f3046 test: add test cases. 2024-10-29 10:07:08 +08:00
Haojun Liao
4bd1e0c3cf test: add test cases. 2024-10-29 00:20:04 +08:00
Pan Wei
481ceefcdf
Update in.sim 2024-10-28 18:26:34 +08:00
54liuyao
3fdb1f4b7c add stream check 2024-10-28 13:18:59 +08:00
lyh250-666
e6031cba1e opti:modify bytes for numbers and string, and varbinary 2024-10-25 17:27:36 +08:00
lyh250-666
d5876b0457 opti:modify bytes for numbers and string 2024-10-25 16:59:46 +08:00
54liuyao
ff46074b19 unsupported sliding 2024-10-25 15:43:28 +08:00
lyh250-666
fa9f273449 opti:add case for double and float 2024-10-25 14:39:03 +08:00