Commit Graph

119 Commits

Author SHA1 Message Date
yihaoDeng 69afe77ed9 add req_id interface 2022-11-03 20:08:30 +08:00
dapan1121 7c133359ce feat: add retrieve db and table route info api 2022-10-20 15:13:39 +08:00
dapan1121 723110c449 feat: add retrieve db and table route info API 2022-10-19 19:25:02 +08:00
wangmm0220 0029ddd232 feat:add new interface for schemaless 2022-10-17 17:48:30 +08:00
wangmm0220 a3161bf9c1 fix:add logic for auto create table in taosX 2022-09-13 19:16:26 +08:00
Liu Jicong 8b3489760c feat(tmq): support taosx 2022-08-30 11:12:20 +08:00
Liu Jicong c4df4431cd refactor(tmq): put write logic into taosx.c 2022-08-15 18:50:28 +08:00
Shuduo Sang e03adb140a
feat: remove temporary interface declarations (#15940)
* add a few stmt_ interface declartion

* add taos_load_table_info

* add taos_set_config(() interface

* add more interfaces

* warn 'reset query cache' only since lack engine support

* update taos-tools

* feat: remove temporary interface declaration

* fix: remove temporary interfaces
2022-08-10 21:42:30 +08:00
wangmm0220 788c063acc feat:modify get meta logic for schemaless 2022-07-29 15:54:24 +08:00
wangmm0220 ba1962cacf feat:add tmq get data interface 2022-07-26 17:43:22 +08:00
wangmm0220 e2414b4289 feat:add main logic for writing raw data of tmq 2022-07-22 20:08:33 +08:00
wangmm0220 3033afd6e8 fix:<TD-17539> error if stable alreadys & modify tmq struct 2022-07-19 17:20:15 +08:00
wangmm0220 34c87dc428 fix:<TD-17324> ts already exist when insert with schemaless & modify the interface of tmq meta 2022-07-18 15:33:42 +08:00
wangmm0220 607f8163d3 feat:add logic for get_tmq_meta_json 2022-07-10 18:54:58 +08:00
wangmm0220 6b46423a97 feat:write meta from tmq to taosd 2022-07-08 18:37:47 +08:00
wangmm0220 a74f19671d feat: add get meta interface for tmq 2022-07-05 19:16:00 +08:00
yihaoDeng 3bb68c78ae fix: fix rpc quit problem 2022-06-28 11:52:43 +08:00
dapan1121 d402716465 enh: stop query 2022-06-27 18:29:28 +08:00
Shuduo Sang fb50977b44
fix: add taos_set_config() back (#14277)
[TD-16828]
2022-06-27 14:07:42 +08:00
dapan1121 73dfd1173a enh: stop query 2022-06-27 09:50:42 +08:00
dapan1121 b092a9c5c9 Merge branch '3.0' into feature/alterlocal 2022-06-24 08:22:11 +08:00
dapan1121 abc69e1e2b feat: add new api 2022-06-24 08:20:54 +08:00
Liu Jicong 323ee6b1b0 enh(tmq): add demo for tmq_get_raw_meta 2022-06-23 17:26:52 +08:00
Liu Jicong 17639758c2 fix(tmq): apis adapt to tmq table meta 2022-06-21 15:40:34 +08:00
Liu Jicong 3f6ce2da73 feat(tmq): support topic with meta 2022-06-21 15:18:09 +08:00
Liu Jicong 342a1ae42d fix(stream): build ctb name 2022-06-17 21:00:10 +08:00
Liu Jicong e92aa57e93 feat(tmq): support commit one msg 2022-06-17 16:38:06 +08:00
Liu Jicong 79494364ae refactor(tmq): offset storage 2022-06-16 22:00:33 +08:00
Liu Jicong 1cc2cd0747 merge from 3.0 2022-06-10 16:12:56 +08:00
Liu Jicong 3fb0c24af3 refactor(tmq): timeout -1 means always waiting 2022-06-10 16:10:57 +08:00
Haojun Liao 5bb16c3073 enh(query): add new api in taos.h 2022-06-10 09:48:56 +08:00
Haojun Liao 840074dfa3 refactor: do some internal refactor, and add a new api 2022-06-09 11:40:49 +08:00
Liu Jicong b1226e5d06 feat(tmq): support err2str 2022-06-08 19:07:07 +08:00
yihaoDeng 7c9d76a6a6 enh: add json index 2022-06-04 22:33:36 +08:00
Haojun Liao 343f912ddd Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
# Conflicts:
#	source/client/inc/clientInt.h
#	source/client/src/clientImpl.c
#	source/client/src/clientMsgHandler.c
2022-06-02 17:27:51 +08:00
Haojun Liao 84158d861d enh(query): query APIs are built on top of async APIs. 2022-06-02 16:54:35 +08:00
Liu Jicong e1fd4a6640 feat(tmq): get_db api 2022-06-02 10:18:11 +08:00
dapan1121 f5ce8c9df8 Merge branch '3.0' into feature/qnode 2022-06-01 13:15:33 +08:00
dapan1121 d86d8803be stmt new api 2022-06-01 13:14:28 +08:00
Liu Jicong 66899bd8d0 fix(tmq): auto unsubscribe when consumer close 2022-06-01 10:27:41 +08:00
dapan1121 719cebdd87 stmt new api 2022-05-31 21:03:47 +08:00
Liu Jicong 86580cec09 enh(tmq): remove old tmq_commit api 2022-05-19 10:57:40 +08:00
Liu Jicong 3f0e89cabd feat(tmq): refine commit offset api 2022-05-17 22:16:26 +08:00
Liu Jicong 7ab2e76c35 feat(tmq): support get tb name 2022-05-12 11:31:56 +08:00
Liu Jicong 661fbd2e46 enh(stream): improve topic show 2022-05-09 16:35:59 +08:00
wangmm0220 174bc6a568 refactor:modify schemaless interface 2022-05-07 13:58:10 +08:00
wangmm0220 05daba7f8e refactor:merge from 3.0 2022-05-06 11:28:34 +08:00
wangmm0220 ec97d05300 refactor:add schemaless function 2022-04-29 17:39:33 +08:00
Liu Jicong f542785687 remove case 2022-04-29 15:09:38 +08:00
Liu Jicong 5c36e4e519 fix: subscrption api 2022-04-29 14:34:30 +08:00