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
|
33bcee62c9
|
[td-14393] refactor.
|
2022-04-06 15:09:29 +08:00 |
Haojun Liao
|
1cbdec1aba
|
[td-14393] fix bug, update sim script.
|
2022-04-02 18:25:57 +08:00 |
Haojun Liao
|
803e1ab162
|
[td-14393] fix bug.
|
2022-04-01 19:31:24 +08:00 |
Haojun Liao
|
fb36f5e24e
|
[td-14428] return correct length for both nchar and varchar type.
|
2022-04-01 19:10:53 +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
|
b4581c6383
|
[TD-13603]<feature>: python connector (#11103)
* add a few stmt_ interface declartion
* add taos_load_table_info
|
2022-03-29 20:23:40 +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 |
Haojun Liao
|
2a6262f9ad
|
[td-13039] support taos_fetch_block
|
2022-03-28 10:37:18 +08:00 |
Haojun Liao
|
f036052e74
|
[td-13039]add implementation for taos_is_null
|
2022-03-27 23:00:28 +08:00 |
Shuduo Sang
|
e63f352f8b
|
Feature/sangshuduo/td 13558 taos shell refactor (#10661)
* [TD-13558]<feature>: taos shell refactor
add taosTools as submodule
* add tools/taos-tools
* add more client interface for taosTools compile
* update taos-tools
* update taos-tools
|
2022-03-10 12:02:55 +08:00 |
Shengliang Guan
|
10a21ba801
|
version
|
2022-02-23 20:50:00 +08:00 |
Shengliang Guan
|
42c100df2d
|
sim config
|
2022-02-23 15:02:17 +08:00 |
Shengliang Guan
|
cefb07bc99
|
config for client
|
2022-02-23 11:54:29 +08:00 |
Liu Jicong
|
8d71080146
|
disable hb
|
2022-01-27 18:40:36 +08:00 |
dapan1121
|
5daa79afef
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-01-27 10:58:02 +08:00 |
dapan1121
|
3fdbfae4c1
|
Merge remote-tracking branch 'origin/3.0' into feature/qnode
|
2022-01-27 10:28:17 +08:00 |
Haojun Liao
|
0950febc20
|
[td-11818] Add the implementation of api in taos.h
|
2022-01-26 17:48:39 +08:00 |
Haojun Liao
|
57281f6e8f
|
[td-11818]refactor.
|
2022-01-12 11:26:23 +08:00 |
Haojun Liao
|
1f6ff95bee
|
[td-11818] add test.
|
2022-01-07 17:17:47 +08:00 |
dapan1121
|
b3c24f6e8f
|
feature/qnode
|
2022-01-07 14:38:05 +08:00 |
Xiaoyu Wang
|
b15ea75b99
|
TD-12696 bug fix for insert
|
2022-01-04 04:16:32 -05:00 |
Haojun Liao
|
2b7b433a95
|
[td-11818] fix deadlock.
|
2022-01-04 10:30:57 +08:00 |
Haojun Liao
|
5326356375
|
[td-11818] create multiple tables.
|
2022-01-02 23:24:22 +08:00 |
Haojun Liao
|
36b98707d9
|
[td-11818] merge 3.0
|
2021-12-27 14:15:15 +08:00 |
Haojun Liao
|
563c0ddd44
|
[td-11818] refactor.
|
2021-12-24 23:39:55 +08:00 |
Haojun Liao
|
0d0d4652bb
|
[td-11818] Add async send callback mechanism.
|
2021-12-24 23:02:30 +08:00 |
Hongze Cheng
|
9acdf1e975
|
take a commit
|
2021-12-24 15:00:51 +08:00 |
Haojun Liao
|
42903d3d1f
|
[td-11818] support use db/create stable.
|
2021-12-23 10:33:11 +08:00 |
Haojun Liao
|
b9927eae85
|
[td-11818] support async exec task.
|
2021-12-21 17:18:39 +08:00 |
Haojun Liao
|
97128cbf1f
|
[td-11818] support create account and drop account.
|
2021-12-21 10:11:30 +08:00 |
Haojun Liao
|
8f7a109851
|
[td-11818] add new api implementation.
|
2021-12-17 11:48:23 +08:00 |
Haojun Liao
|
48507aecc0
|
[td-11818] support show databases;
|
2021-12-17 11:22:31 +08:00 |
Haojun Liao
|
cfce13407f
|
[td-11818] implementate the taos_fetch_row .
|
2021-12-16 15:45:09 +08:00 |
Haojun Liao
|
6386917287
|
[td-11818] support create user/show user parser.
|
2021-12-15 19:34:36 +08:00 |
Haojun Liao
|
77ff634df8
|
[td-10564] enable parser create user.
|
2021-12-14 15:51:57 +08:00 |