TDengine/docs/examples/python
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
..
.gitignore docs: move docs-en and docs-cn to docs 2022-06-13 15:32:44 +08:00
.gitkeep docs: move docs-en and docs-cn to docs 2022-06-13 15:32:44 +08:00
async_query_example.py docs: move docs-en and docs-cn to docs 2022-06-13 15:32:44 +08:00
bind_param_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
conn_native_pandas.py build: add python demo to ci (#19699) 2023-01-31 09:37:50 +08:00
conn_rest_pandas.py build: add python demo to ci (#19699) 2023-01-31 09:37:50 +08:00
conn_websocket_pandas.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
connect_example.py test ci examples 2024-09-24 21:01:20 +08:00
connect_native_reference.py docs: overwrite docs in 3.0 branch with docs in main branch 2024-07-03 16:33:55 +08:00
connect_rest_example.py modify connector sample code log 2024-08-14 16:25:22 +08:00
connect_rest_examples.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
connect_rest_with_req_id_examples.py nodejs example modify 2024-08-05 18:34:14 +08:00
connect_websocket_examples.py modify node ci example 2024-09-26 13:43:48 +08:00
connect_websocket_with_req_id_examples.py add python example 2024-08-05 18:34:14 +08:00
connection_usage_native_reference.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
connection_usage_native_reference_with_req_id.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
create_db_native.py modify node ci example 2024-09-26 11:13:32 +08:00
create_db_rest.py modify node ci example 2024-09-26 11:13:32 +08:00
create_db_ws.py modify node ci example 2024-09-26 11:13:32 +08:00
cursor_usage_native_reference.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
cursor_usage_native_reference_with_req_id.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
fast_write_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
handle_exception.py docs: move docs-en and docs-cn to docs 2022-06-13 15:32:44 +08:00
insert_native.py modify node ci example 2024-09-26 11:13:32 +08:00
insert_rest.py modify node ci example 2024-09-26 11:13:32 +08:00
insert_ws.py modify node ci example 2024-09-26 11:13:32 +08:00
json_protocol_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
kafka_example_common.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
kafka_example_consumer.py fix: add show connMode string (#30323) 2025-03-22 20:44:07 +08:00
kafka_example_perform.py build: update writing kafka example and document (#19864) 2023-02-09 02:08:57 +08:00
kafka_example_producer.py build: update writing kafka example and document (#19864) 2023-02-09 02:08:57 +08:00
line_protocol_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
mockdatasource.py build: add python demo to ci (#19699) 2023-01-31 09:37:50 +08:00
multi_bind_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
native_insert_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
query_example.py docs: move docs-en and docs-cn to docs 2022-06-13 15:32:44 +08:00
query_native.py modify node ci example 2024-09-26 11:13:32 +08:00
query_rest.py modify node ci example 2024-09-26 11:13:32 +08:00
query_ws.py modify node ci example 2024-09-26 11:13:32 +08:00
reqid_native.py modify node ci example 2024-09-26 11:13:32 +08:00
reqid_rest.py modify node ci example 2024-09-26 11:13:32 +08:00
reqid_ws.py modify node ci example 2024-09-26 11:13:32 +08:00
rest_client_example.py docs: move docs-en and docs-cn to docs 2022-06-13 15:32:44 +08:00
rest_client_with_req_id_example.py docs: add content about req-id (#20650) 2023-03-27 17:07:33 +08:00
result_set_examples.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
result_set_with_req_id_examples.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_insert.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_insert_raw.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_insert_raw_req_id.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_insert_raw_ttl.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_insert_req_id.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_insert_ttl.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
schemaless_native.py modify node ci example 2024-09-26 11:13:32 +08:00
schemaless_ws.py modify node ci example 2024-09-26 11:13:32 +08:00
sql_writer.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
stmt2_native.py fix: use old case model 2024-12-30 16:57:16 +08:00
stmt_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
stmt_native.py modify node ci example 2024-09-26 11:13:32 +08:00
stmt_websocket_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
stmt_ws.py modify node ci example 2024-09-26 11:13:32 +08:00
telnet_line_protocol_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
tmq_assignment_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
tmq_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
tmq_native.py modify node ci example 2024-09-26 11:13:32 +08:00
tmq_websocket_assgnment_example.py test:modify the keep parameter of db in python.sh cases 2023-12-07 10:04:47 +08:00
tmq_websocket_example.py modify node ci example 2024-09-26 19:21:15 +08:00