Commit graph

182 commits

Author SHA1 Message Date
Pengrongkun
653eff8c1a taos_stmt2_get_stb_fields support insert into ? using stb tags(?) values(?) 2024-11-29 10:12:29 +08:00
Pengrongkun
09a9298de7 TD-32797:fix array realloc problem 2024-11-22 17:43:54 +08:00
Pengrongkun
f3b4aa14be add checkWKBGeometry function 2024-11-19 16:44:28 +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
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
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
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
Hongze Cheng
e260eb7a07
Revert "enh(stmt2):add api taos_stmt2_get_all_fields" 2024-10-31 13:35:42 +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
Pengrongkun
e9feec94b3 TD-32120:add api taos_stmt2_get_all_fields 2024-10-29 17:27:48 +08:00
Minglei Jin
9ad2b9d96a move sem to client main to wait for set tbname etc. 2024-09-12 14:58:05 +08:00
Minglei Jin
65018eec56 stmt crash test case 2024-09-06 17:03:39 +08:00
Minglei Jin
26a28c9474 stmt2 example 2024-09-06 16:18:02 +08:00
Minglei Jin
352cf8468b stmt2/test: new stmt2 api test program 2024-09-06 14:50:35 +08:00
Minglei Jin
fea7265c0a multiple binding for example 2024-08-29 17:40:02 +08:00
Minglei Jin
bfde995913 stmt2/none: 2 in null array for none 2024-08-29 09:12:48 +08:00
Minglei Jin
8cbcdec4bf stmt2/async: new sem for api syncing 2024-08-29 08:56:24 +08:00
Minglei Jin
4cab7ea4f7 stmt2/meta: tbname (multi-insert) parameterized or not 2024-08-26 16:45:18 +08:00
Minglei Jin
e535fadc51 none for stmt2 example 2024-08-23 17:10:35 +08:00
Minglei Jin
eef3d8fa5e null length array for non-var-data types 2024-08-23 14:12:11 +08:00
Minglei Jin
44eb4661dc normalize bool's value 2024-08-23 09:12:22 +08:00
Minglei Jin
a1ee69d148 stmt2/example: use stmt2's close instead of stmt 2024-08-21 18:32:45 +08:00
Minglei Jin
8190c10434 stmt2/example: binary without hole 2024-08-21 17:25:24 +08:00
Minglei Jin
68bd8d28f0 stmt2/binding: no hole for cols binding 2024-08-21 15:30:21 +08:00
Minglei Jin
921b7e495e stmt2/stb: no hole in bind for stb binding 2024-08-21 12:33:19 +08:00
kailixu
9ce0c184a1 enh: add passwdTest 2024-08-08 16:44:15 +08:00
dapan1121
0616d886cb enh: optimize table columns allocation 2024-06-07 13:50:57 +08:00
dapan1121
da8616d98a fix: add stbInterlace mode test cases 2024-06-05 17:12:15 +08:00
dapan1121
86cadeabba fix: stmt write issue 2024-06-03 19:24:53 +08:00
dapan1121
eca1b1aeab fix: stmt query execution mode issue 2023-11-07 11:20:08 +08:00
slzhou
2aa02845dc fix: insert perf utility improvement 2023-11-03 11:42:53 +08:00
slzhou
9b6e44756c restart ci 2023-11-01 16:32:42 +08:00
slzhou
5f52f8940f restart ci 2023-11-01 16:24:54 +08:00
slzhou
4a2c52783b Merge branch '3.0' of github.com:taosdata/TDengine into szhou/insert-stb-tbname 2023-11-01 14:10:02 +08:00
slzhou
670a95fabc fix: performance test 2023-10-31 21:10:25 +08:00
slzhou
041ef1ef83 enhance: colvals of table data cxt is not used in insert stb syntax 2023-10-31 17:05:37 +08:00
dapan1121
7c8cf28b37 feat: add privileges 2023-10-16 19:53:08 +08:00
kailixu
e4291cf440 fix: reset hb flag for duplicated user key 2023-10-11 20:12:10 +08:00
kailixu
be3438fc5b enh: erase dup notification 2023-09-21 16:12:46 +08:00
kailixu
2ff0748022 enh: remove user cache in catalog when user dropped 2023-09-21 11:29:34 +08:00
kailixu
2b25982495 enh: user dropped notification 2023-09-21 09:53:45 +08:00
slzhou
6dfb939f22 enhance: enhance test case 2023-09-14 14:11:50 +08:00