Commit Graph

66 Commits

Author SHA1 Message Date
Linhe Huo e273a943ea
fix: add show connMode string (#30323)
* fix: add show connMode string

* fix: add stdbool.h to pub.h

* fix: remove trash file army/output.txt

* fix: caseBase.py modify syntax error

* fix: restore -R option for taosdump

* fix: taosdumpCommandline.py case

* fix: native stmt write normal table failed

* fix: taosdumpCommandline.py case passed

* fix: restore test.py from main branch

* fix: taosCli.py check default conn mode

* fix: commandline-sml.py case pass

* fix: websiteCase.py case passed

* fix: connMode.py case

* fix: modify default port is 0

* fix: taos_options with config dir not work

* fix: websocket.py delete -D timeout options

* fix: default_tmq_json.py context move to default_json.py, so delete

* fix python kafka bug

* chore: improve taos_init in wrapper

* chore: add installation path preparation in build workflow

* fix connMode bug

* fix: fix tmq conf/consumer new error in wrapperFunc.c

* fix: correct the spelling toss -> taosGetInstall...

* chore: fix compile error in wrapperFunc.c

* fix: createConnect fix memory leak

* fix: tsim forbid CHECK  ODR

* modify userOperTest uuse static lib

* reverse userOperTest use static lib

---------

Co-authored-by: Alex Duan <417921451@qq.com>
Co-authored-by: taos-support <it@taosdata.com>
Co-authored-by: “chris <“zk662144@163.com”>
Co-authored-by: t_max <1172915550@qq.com>
Co-authored-by: sheyanjie-qq <249478495@qq.com>
2025-03-22 20:44:07 +08:00
Alex Duan f6b180ff56 fix: use old case model 2024-12-30 16:57:16 +08:00
Alex Duan 2c35ec8ae9 docs: add stmt2_native.py example 2024-12-30 16:11:11 +08:00
Alex Duan f0627fd7e8 fix: remove tdengine case to python-connector repo 2024-12-30 15:25:25 +08:00
Alex Duan aea3236597 stmt2 document for python connector 2024-12-30 14:44:49 +08:00
menshibin f51b9bf481 modify node ci example 2024-09-26 19:21:15 +08:00
menshibin 440f71f5f1 modify node ci example 2024-09-26 13:43:48 +08:00
menshibin 839a2a2231 modify node ci example 2024-09-26 11:13:32 +08:00
menshibin 18a8674937 test ci examples 2024-09-24 21:01:20 +08:00
menshibin c1a19ae0f4 add nodejs python ci examples 2024-09-24 19:24:20 +08:00
Yaming Pei c1e5a6e6f9 python language sample program modification 2024-08-16 20:36:40 +08:00
Yaming Pei a9acc43550 python language sample program modification 2024-08-16 18:25:02 +08:00
menshibin f4c1ad0fde modify exec error 2024-08-15 13:06:47 +08:00
sheyanjie-qq 0ea45c49cb Merge branch 'docs/sheyj-3.0' of github.com:taosdata/TDengine into docs/sheyj-3.0 2024-08-14 16:25:43 +08:00
sheyanjie-qq 1397fbe2a2 modify connector sample code log 2024-08-14 16:25:22 +08:00
menshibin 23b54e1df4 modify alert sql 2024-08-13 10:39:43 +08:00
menshibin b9165de6b2 modify alert sql 2024-08-12 22:55:35 +08:00
sheyanjie-qq c6e7d69bb4 update log 2024-08-12 20:56:20 +08:00
menshibin 29df00a89d modify alert sql 2024-08-12 20:28:31 +08:00
menshibin eb4a7213fd modify alert sql 2024-08-12 20:21:16 +08:00
menshibin ffebe1d4c9 modify alert sql 2024-08-12 19:33:50 +08:00
menshibin 7a0f2b135e perfect python and nodejs example 2024-08-12 14:13:31 +08:00
menshibin 35cccd2ab9 add python example 2024-08-05 18:34:15 +08:00
menshibin 6f828bfe4f add python example 2024-08-05 18:34:15 +08:00
menshibin 709c0b9743 add python example 2024-08-05 18:34:15 +08:00
menshibin 04f9a611c0 add python example 2024-08-05 18:34:15 +08:00
menshibin dc44fb7bd1 add python example 2024-08-05 18:34:15 +08:00
menshibin 90451b5c62 add python example 2024-08-05 18:34:14 +08:00
menshibin 8bd38a5166 add node.js example 2024-08-05 18:34:14 +08:00
menshibin ba9c99385b nodejs example modify 2024-08-05 18:34:14 +08:00
menshibin 7c13635487 modify python api 2024-08-05 18:34:14 +08:00
menshibin 3ed7697218 modify python api 2024-08-05 18:34:14 +08:00
menshibin f82b92ed1b modify python api 2024-08-05 18:34:14 +08:00
gccgdb1234 3a63fd5b18 docs: overwrite docs in 3.0 branch with docs in main branch 2024-07-03 16:33:55 +08:00
chenhaoran 515d671e00 test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
Adam Ji b202d75cdc docs: close cursor after use 2023-11-21 10:47:27 +08:00
Adam Ji a10431cea8 docs: close cursor after use 2023-11-21 10:44:59 +08:00
sheyanjie 369586a5c6 fix auto.offset.reset and snapshot.enable 2023-10-19 20:33:31 +08:00
sunpeng d425cf33d6 docs: fix-example-in-python-document 2023-07-06 09:46:14 +08:00
sunpeng 7a333dafff docs: fix example in python document 2023-07-06 09:22:10 +08:00
sunpeng a333c06e95 docs: support stmt via ws 2023-06-20 10:38:34 +08:00
sunpeng 3af153bae6 docs: add docs for assignment and seek 2023-06-08 14:43:07 +08:00
Adam Ji 6c3a2e2c5b
docs: support schemaless insert (#20944)
* docs: support schemaless insert

* docs: code reformat
2023-04-15 22:38:28 +08:00
Xiaoyu Wang 97855c6233
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
feat: WAL cleanup not affected by topic consumption anymore
2023-03-27 17:58:31 +08:00
Adam Ji 319ec95b9d
docs: add content about req-id (#20650) 2023-03-27 17:07:33 +08:00
Benguang Zhao 19883fdeed feat: alter database before creating topic in tests 2023-03-25 12:01:20 +08:00
sunpeng b84b8e58f5
test: add python demo for websocket (#20209)
* test: add python demo for websocket

* fix test

* fix test

* fix test
2023-03-02 20:44:25 +08:00
sunpeng db6a8cdf60
build: update writing kafka example and document (#19864)
* build: update writing kafka example and document

* fixes kafka demo

* fix: refine wording

---------

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2023-02-09 02:08:57 +08:00
Xiaoyu Wang 5d499e52f9 merge main 2023-02-03 17:13:11 +08:00
sunpeng 889019b253
build: add python demo to ci (#19699)
* build: add python demo to ci

* build: fix python demo
2023-01-31 09:37:50 +08:00