Commit graph

384 commits

Author SHA1 Message Date
She Yanjie
552faab6e1
chore(jdbc): update jdbc version (#34157) 2026-01-05 08:44:29 +08:00
Simon Guan
33d6bc54ab fix: conflicts 2025-12-30 11:20:41 +08:00
Mario Peng
4a37e467ae
docs:fix CI error of stmt/stmt2 examples (#34096) 2025-12-30 11:03:22 +08:00
guozhenwei
1c2ebfb61d
feat: support taos_connect_with func (#33952)
* feat: support taos_connect_with

* refactor: enhance connection options and add tests for taos_set_option and taos_connect_with

* fix: handle NULL keys and values in taos_connect_with options

* fix: revert TAOSWS_GIT_TAG to default value "main"

* docs: add TLS configuration options for WebSocket connections in documentation

* docs: modify zh docs and add en docs

* chore: update taos.cfg

* docs: add examples

* docs: add error handling for connection failure in example code
2025-12-20 21:15:31 +08:00
Simon Guan
8c01985826
merge: from main to 3.0 branch #33909 2025-12-12 13:40:31 +08:00
Daniel Clow
ee96624923
docs: unify taosgen include format (#33883)
* docs: unify taosgen include format

* docs: move taosgen sample file and update links

* fix lint issues
2025-12-11 09:27:06 +08:00
Simon Guan
4bd57b4c2d merge: from main .to 3.0 branch 2025-12-10 16:09:36 +08:00
Daniel Clow
abf7589dcb
docs: correct anchor in sqlalchemy example (#33842) 2025-12-08 09:06:17 +08:00
Simon Guan
bb08833765 merge: from main to 3.0 2025-12-04 09:27:17 +08:00
dependabot[bot]
06ddf712b2
chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#33737) 2025-12-01 14:57:46 +08:00
dependabot[bot]
d107dc8332
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#33403) 2025-12-01 14:57:32 +08:00
Simon Guan
d529e7534b Merge branch 'main' into merge/mainto3.0 2025-11-22 08:53:31 +08:00
She Yanjie
10d6df6e93
docs(jdbc): jdbc release 3.7.8 (#33661)
* chore(jdbc): update jdbc version

* docs(jdbc): jdbc release 3.7.8
Closes TD-38643
2025-11-20 18:00:52 +08:00
dapan1121
d92f21339b Merge remote-tracking branch 'origin/main' into merge/mainto3.0 2025-11-13 15:57:26 +08:00
She Yanjie
ac6c05c503
docs: jdbc release 3.7.7 (#33575)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.7

Closes TD-38565
2025-11-13 15:10:12 +08:00
Simon Guan
96f4fdd896 Merge branch 'main' into merge/mainto3.0 2025-11-05 16:51:58 +08:00
kevin men
10ae72944d
docs: integrate with Pandas docs (#33350)
* docs: integrate with Pandas docs

* docs: add pandas example

* docs: modify pandas example format

* docs: upgrade taopy version

* fix(gpt): update requirements.

---------

Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
2025-10-29 18:05:22 +08:00
wangmm0220
e364d30a42 fix(taosd): process return value 2025-10-22 11:19:17 +08:00
guozhenwei
8bd3ea1ef4
docs: add taos_print_row desc (#33310)
* docs: add taos_print_row desc

* docs: update query examples

* docs: update tmq and query examples

* docs: update c docs

* docs: modify comment info
2025-10-21 10:28:18 +08:00
She Yanjie
05ba8289a5
docs: jdbc release 3.7.6 (#33293)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.6

* Update docs/en/14-reference/05-connector/14-java.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2025-10-17 16:24:15 +08:00
guozhenwei
ce01c99671
docs: update c native stmt2 example (#33272) 2025-10-16 11:41:41 +08:00
She Yanjie
f8e55eda37
docs: update conntector and error code page, remove rest connect type (#33266)
* chore(jdbc): update jdbc version

* docs: add connection type descriptions in 05-connector

* docs: add WebSocket error codes for C# connector

* docs: add rust connector error codes

* docs: modify conector and error code page

---------

Co-authored-by: t_max <1172915550@qq.com>
Co-authored-by: qevolg <2227465945@qq.com>
2025-10-15 21:03:17 +08:00
Simon Guan
dffa8e6fc5 Merge branch '3.3.6' into merge/3.3.6tomain 2025-10-13 19:00:52 +08:00
Yihao Deng
b375653948
fix: clearing user_ip in taos_options_connection does not take effect (#33228) 2025-10-13 16:57:53 +08:00
Yihao Deng
da0048086c
fix: clearing user_ip in taos_options_connection does not take effect (#33229) 2025-10-13 16:57:47 +08:00
kevin men
9f9987d504
feat: complete version number character copying (#33206)
* feat: complete version number character copying

* feat: set version number arrary length 40
2025-10-11 19:45:18 +08:00
kevin men
17e0c54a2d
docs: fix python examples error (#33199) 2025-10-10 14:16:14 +08:00
She Yanjie
34f77c4790
jdbc release 3.7.5 (#33152)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.5
2025-09-29 20:27:42 +08:00
She Yanjie
e20dad6eb3
docs: jdbc release 3.7.5 (#33107)
* chore(jdbc): update jdbc version

* docs: jdbc release 3.7.5
2025-09-29 10:11:22 +08:00
kevin men
0c6ea24299
docs: upgrade the Node.js connector version (#33077)
* docs: upgrade the Node.js connector version

* docs: modify the Node.js connector version describe
2025-09-25 21:09:47 +08:00
kevin men
a77fd713d1
docs: add Flink Source to 6.7 Data Publish (#32914)
* docs: add Flink Source to 6.7 Data Publish

* docs: add Flink docs errors

* docs: add Flink example errors
2025-09-09 10:56:28 +08:00
dependabot[bot]
ae283fcb7f
build(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#32729)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.106 to 9.0.108.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.108
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-08 18:20:35 +08:00
kevin men
22209fabea
docs: upgrade the version of taopsy (#32749)
* docs: upgrade the version of taopsy

* docs: modify taos-ws-py  sqlalchemy examples

* docs: modify taos-ws-py connect examples

* docs: fix taos-ws-py sqlalchemy examples error

* docs: fix taos-ws-py sqlalchemy pool examples error

* docs: add taos-ws-py sqlalchemy pool some addr examples
2025-08-26 16:28:10 +08:00
guozhenwei
0d90aa024f
docs: update python ws docs (#32709)
* docs: update python ws docs

* docs: update rust docs

* fix: correct connection string format in create_connection_with_sqlalchemy function

* docs: update section title from 'DSN' to 'URL Specification' in Python connector documentation
2025-08-25 08:34:20 +08:00
She Yanjie
64facf71fe
jdbc release 3.7.3 (#32682)
* chore(jdbc): update jdbc version

* docs(jdbc): release 3.7.3
2025-08-21 20:03:16 +08:00
kevin men
dde7160756
docs: upgrade the Node.js connector version (#32608) 2025-08-18 15:47:33 +08:00
She Yanjie
f24fba6ca6
docs(jdbc): jdbc release 3.7.2 (#32565)
* chore(jdbc): update jdbc version

* docs(jdbc): jdbc release 3.7.2
2025-08-13 12:02:46 +08:00
kevin men
f58c827eb8
docs: add python connect pool cases (#32554)
* docs: add python connect pool cases

* docs: modify python connector English doc
2025-08-13 09:12:23 +08:00
guozhenwei
ddae2e481e
docs: add c ws new examples (#32011)
* test: add Makefile and test script for C ws examples

* docs: add c ws new examples

* docs: replace c ws examples with c ws new examples

* fix: correct log file redirection syntax in c_ws scripts

* style: format code

* docs: update c/c++ zh doc

* docs: add async demo and ws error code

* docs: modify c/c++ zh doc

* docs: rename asyncdemo.c to async_demo.c

* docs: update c ws zh doc

* docs: update c ws en docs

* docs: fix typos and improve WebSocket connection documentation

* docs: refactor code structure for improved readability and maintainability

* docs: modify stmt en doc

* fix: fix build doc errors

* fix: fix return value

* fix: delete taos_options

* fix: fix return value

* docs: update c/c++ connector docs
2025-07-28 14:23:39 +08:00
She Yanjie
6d9367ba9a
fix(keeper): gin log level (#32298)
* fix(keeper): gin log level

* fix: add missing log file copy for JDBC example

* fix: use jdbc standard api

* chore(jdbc): update jdbc version

---------

Co-authored-by: haoranchen <haoran920c@163.com>
2025-07-27 18:25:37 +08:00
sheyanjie-qq
13a9dc78ea docs(jdbc): udpate 3.7.0 release doc 2025-07-26 10:41:58 +08:00
Linhe Huo
fd7e5dfecf
Merge pull request #32033 from taosdata/3.0
merge: from 3.0 to main branch
2025-07-21 14:14:35 +08:00
She Yanjie
3259a1bab5
chore: update jdbc connection pool validation query sql (#32056) 2025-07-21 10:48:02 +08:00
Yihao Deng
bcabf3536a
feat: support BLOB data type (#31704) 2025-07-17 14:17:47 +08:00
guozhenwei
8726710d30
docs: fix rust examples (#31908)
* docs: modify rust native test case

* docs: modify rust ws test case

* docs: modify rust examples

* docs: update rust pool docs
2025-07-16 17:56:30 +08:00
dependabot[bot]
efa6f82c2d
chore(deps): bump org.apache.kafka:kafka-clients (#31341)
Bumps org.apache.kafka:kafka-clients from 3.9.0 to 3.9.1.

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 3.9.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 20:49:57 +08:00
dependabot[bot]
f4816ab024
chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#31393)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.104 to 9.0.106.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.106
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 20:49:19 +08:00
dependabot[bot]
88e153d08e
chore(deps): bump org.apache.tomcat.embed:tomcat-embed-core (#31392)
Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.104 to 9.0.106.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.106
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 20:48:40 +08:00
Simon Guan
441a2472d7 Merge branch '3.0' into merge/3.0tomain2 2025-06-19 18:26:02 +08:00
yihaoDeng
dd86cf3555 support ipv6 2025-06-18 11:31:21 +08:00