Haojun Liao
|
9627e8105b
|
enh(tmq): support seek offset.
|
2023-04-18 13:52:47 +08:00 |
kailixu
|
5889ea1261
|
chore: support specify param by app
|
2023-04-17 14:19:44 +08:00 |
kailixu
|
f6078dc27e
|
chore: more code
|
2023-04-10 15:11:54 +08:00 |
kailixu
|
76386b9fad
|
enh: assign passVer during taos_connect
|
2023-04-10 13:07:18 +08:00 |
kailixu
|
ec8cd0c6b8
|
enh: support passwd version
|
2023-04-09 18:44:46 +08:00 |
wangmm0220
|
e1020b7967
|
fix:add interface for taos_get_current_db
|
2023-01-06 19:20:31 +08:00 |
wangmm0220
|
730fbe42cb
|
fix:add logic for system table ins_columns
|
2023-01-05 14:34:07 +08:00 |
dapan1121
|
0fff3b3447
|
feat: add batch get table Vgid API
|
2023-01-04 14:13:08 +08:00 |
freemine
|
b537bf318b
|
new API taos_stmt_reclaim_fields to reclaim TAOS_FIELD_E in a uniform way
|
2022-12-29 10:36:34 +08:00 |
Xiaoyu Wang
|
f6d953e62d
|
fix: disable insert csv statements on cloud services
|
2022-12-19 16:40:40 +08:00 |
xsren
|
509ba087d2
|
fix:taos.dll export taosDatatype
|
2022-12-08 13:51:31 +08:00 |
Alex Duan
|
39482b24db
|
feat(shell): supported affected rows int64_t
|
2022-12-02 16:42:38 +08:00 |
dapan1121
|
d20d1e07a7
|
Merge pull request #18553 from taosdata/fix/TD-20613
fix:[TD-20612] error if write raw with some cols
|
2022-11-30 13:21:48 +08:00 |
wangmm0220
|
b5e4b05752
|
fix:[TS-2057] add interface with ttl in schemaless
|
2022-11-29 11:52:40 +08:00 |
wangmm0220
|
bd84ecc361
|
fix:[TD-20613] add interface for write raw block with sdfasdf
|
2022-11-28 16:31:33 +08:00 |
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 |
Liu Jicong
|
9063e480f1
|
use sql to create stream instead of api
|
2022-04-28 16:44:32 +08:00 |
afwerar
|
bf9ab440a7
|
fix(os): fix new compilation errors.
|
2022-04-27 17:39:54 +08:00 |
dapan1121
|
960f885aef
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-26 15:55:11 +08:00 |
Liu Jicong
|
5efa53e11f
|
Merge branch '3.0' into feature/tq
|
2022-04-26 14:49:30 +08:00 |
Liu Jicong
|
a14b8dcc99
|
enh(tmq): delayed task
|
2022-04-26 14:32:37 +08:00 |
afwerar
|
dce677a72d
|
fix(os): fix window compilation errors.
|
2022-04-26 14:11:16 +08:00 |
dapan1121
|
ab459546ba
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-04-26 08:40:07 +08:00 |
Liu Jicong
|
9c510c9071
|
enh(tmq): retry ask ep
|
2022-04-25 21:48:52 +08:00 |
dapan1121
|
15d7abf46f
|
stmt query
|
2022-04-25 20:03:28 +08:00 |
Liu Jicong
|
581b71cf13
|
merge from 3.0
|
2022-04-22 19:54:04 +08:00 |
Liu Jicong
|
32e9887664
|
feat(tmq): add push mode
|
2022-04-22 19:47:00 +08:00 |
Liu Jicong
|
af1b5138e6
|
Merge pull request #11736 from taosdata/feature/tq
feat(tmq): add db subscribe
|
2022-04-22 11:29:46 +08:00 |
Liu Jicong
|
d51336384f
|
feat(tmq): add db subscribe
|
2022-04-22 10:55:17 +08:00 |
dapan1121
|
36a8382b8e
|
feature/qnode
|
2022-04-21 15:33:07 +08:00 |
Liu Jicong
|
29c7cbf433
|
Merge pull request #11702 from taosdata/feature/tq
refactor(tmq)
|
2022-04-21 11:23:36 +08:00 |
Liu Jicong
|
8b1e51d910
|
refactor(tmq): refine api
|
2022-04-21 10:52:10 +08:00 |
dapan1121
|
c83bae339e
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode5
|
2022-04-20 18:27:28 +08:00 |
dapan1121
|
0f13cee876
|
stmt
|
2022-04-19 20:16:17 +08:00 |
Shengliang Guan
|
9e130aef6d
|
feat: check server status
|
2022-04-19 15:29:28 +08:00 |
dapan1121
|
49e0ecdb9b
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode4
|
2022-04-18 13:34:04 +08:00 |
dapan1121
|
0270499496
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode4
|
2022-04-18 13:25:45 +08:00 |
dapan1121
|
c8fe5bc88b
|
stmt
|
2022-04-18 10:19:15 +08:00 |
Liu Jicong
|
7adb395b85
|
enh: add connection type for tmq
|
2022-04-14 14:42:51 +08:00 |
Liu Jicong
|
03d7201d47
|
feat: support tmq msg parse
|
2022-04-13 16:00:30 +08:00 |
Haojun Liao
|
945de54b68
|
[td-14493] add new api.
|
2022-04-07 14:51:52 +08:00 |
Haojun Liao
|
f4047aa120
|
[td-14493] add a new api.
|
2022-04-07 13:57:27 +08:00 |
Haojun Liao
|
34f5f3fbfe
|
Merge pull request #11194 from taosdata/feature/3.0_liaohj
[td-14428] return correct length for both nchar and varchar type.
|
2022-04-01 23:26:21 +08:00 |
Haojun Liao
|
803e1ab162
|
[td-14393] fix bug.
|
2022-04-01 19:31:24 +08:00 |
Cary Xu
|
cf68440a59
|
bSma grammar integrate
|
2022-04-01 17:43:50 +08:00 |
Shuduo Sang
|
2a422c3abb
|
Feature/sangshuduo/td 13603 python connector (#11114)
* add a few stmt_ interface declartion
* add taos_load_table_info
* add taos_set_config(() interface
* add more interfaces
|
2022-03-30 11:31:59 +08:00 |
Shuduo Sang
|
8f39d23c75
|
add a few stmt_ interface declartion (#11094)
|
2022-03-29 17:28:09 +08:00 |
Liu Jicong
|
4fd6f59092
|
stream set multi input
|
2022-03-29 15:24:25 +08:00 |
Liu Jicong
|
e0f192046c
|
multiple level stream schedule
|
2022-03-28 11:47:39 +08:00 |
Liu Jicong
|
06285a252e
|
refactor tmq container
|
2022-03-26 20:12:45 +08:00 |
Liu Jicong
|
d3104e78ec
|
stream task exec
|
2022-03-22 18:00:03 +08:00 |