Commit graph

1240 commits

Author SHA1 Message Date
Simon Guan
24ff2bee2b
test: reproduce bugs (#32474) 2025-08-06 18:13:54 +08:00
Simon Guan
22275293bd Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-06 14:10:13 +08:00
Tony Zhang
56ae04ceed
fix: wildcards pattern match bug in like clause (#32404)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-08-06 13:49:06 +08:00
kevin men
f956144cdd
docs: add odbc connector support ado (#32460) 2025-08-06 10:26:14 +08:00
guozhenwei
7cac54cb88
docs: update WebSocket connection API support status and usage restrictions in documentation (#32393) 2025-08-01 13:29:29 +08:00
kevin men
fc410c3828
docs: escape_character parameter in document classification error (#32421) 2025-08-01 09:57:01 +08:00
Simon Guan
5f55449552
docs: stream upgrade (#32408) 2025-07-31 16:47:11 +08:00
Simon Guan
bd8812cae8
docs: update stream doc (#32374) 2025-07-30 09:44:05 +08:00
Yihao Deng
0b50ab8d8c
enh: update show creata table (#32320) 2025-07-29 10:37:47 +08:00
xinsheng Ren
484871dd95
docs: count_window (#32349) 2025-07-29 10:27:18 +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
hongzhenliu
426640b924
fix(doc): change time zone desc on windows (#31964)
Co-authored-by: hongzhenliu335 <ethanliu@taosdata.com>
2025-07-28 09:20:36 +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
Zhiyu Yang
5f9ce2b297
docs: update stream example (#32287) 2025-07-26 18:17:40 +08:00
Yihao Deng
55492acc70
docs: update blob readmd (#32259) 2025-07-26 17:47:08 +08:00
Simon Guan
b703166d05 Merge remote-tracking branch 'origin/feat/TS-6100-3.0' into merge/main_to_stream 2025-07-26 15:23:38 +08:00
She Yanjie
00afca0df0
Merge pull request #32266 from taosdata/docs/TD-34403
docs(jdbc): udpate 3.7.0 release doc
2025-07-26 11:26:06 +08:00
xinsheng Ren
adb30b15bf
docs: notify (#32265) 2025-07-26 10:54:23 +08:00
sheyanjie-qq
13a9dc78ea docs(jdbc): udpate 3.7.0 release doc 2025-07-26 10:41:58 +08:00
kevin men
ebc1a6b6ee
docs: update python version (#32243)
* docs: update python version

* docs: add datatype map
2025-07-25 19:25:50 +08:00
Xuefeng Tan
0ac58c6491
docs(driver-go): release 3.7.3 (#32246) 2025-07-25 15:56:30 +08:00
Simon Guan
acd2d288c6
docs: update period trigger doc (#32241) 2025-07-25 15:29:28 +08:00
Xuefeng Tan
d9e223ce7a
docs(C#): add support for IPv6 connections and DECIMAL data type in C# connector version 3.1.7 (#32218) 2025-07-24 19:55:28 +08:00
Simon Guan
027c65ee7a Merge branch '3.0' into merge/mainto3.0 2025-07-24 10:54:40 +08:00
Xuefeng Tan
88851efbc1
docs(taosAdapter): add support for BLOB and DECIMAL data types in adapter documentation (#32111) 2025-07-24 09:43:16 +08:00
kevin men
853878c205
docs: add explanation of taosBenchmark parameter (#32167)
* feat: add explanation of taosBenchmark parameter

* feat: modify the parameter format of taosBenchmark
2025-07-23 19:33:53 +08:00
Kaili Xu
80f4747f31
docs: remove invisible characters <200b> (#32155) 2025-07-23 16:12:55 +08:00
Kaili Xu
b313834b55
docs: remove invisible characters <200b> (#32154) 2025-07-23 16:12:51 +08:00
Xuefeng Tan
716c7a8f81
docs(driver-go): update connection documentation for IPv6 support and BLOB type (#32104) 2025-07-23 14:37:55 +08:00
Mario Peng
bb8b7c7299
docs stmt upgrade to stmt2 (#32148) 2025-07-23 13:39:54 +08:00
Simon Guan
a6e1a013ec
docs: update stream doc (#32144) 2025-07-23 11:16:03 +08:00
Simon Guan
0feb463fd9
docs: update stream (#32049) 2025-07-22 19:22:49 +08:00
Simon Guan
362157e2b0
docs: new stream (#32130) 2025-07-22 19:04:42 +08:00
Simon Guan
d632b42fc4
test: add cases (#32123) 2025-07-22 17:53:19 +08:00
Kaili Xu
1a4065acc0
fix: remove user privileges when drop db (#32088) 2025-07-22 16:12:22 +08:00
Kaili Xu
1efde4c64a
fix: remove user privileges when drop db (#32090) 2025-07-22 16:11:43 +08:00
Minglei Jin
293f0ab504
docs(mqtt): separate mqtt doc from tmq (#32078) 2025-07-21 17:12:24 +08:00
haoranchen
c0d3c4a0d2
fix: fix broken link in 14-stream.md 2025-07-21 14:49:30 +08:00
menshibin
45dd5aa557 feat: conflict resolution 2025-07-19 12:06:32 +08:00
Kaili Xu
799b3341de
enh: mounted vnode may have no tq (#31916) 2025-07-19 09:12:12 +08:00
Mario Peng
d835fc5db0
fix(stmt2):tbname error output (#31997) 2025-07-18 16:26:53 +08:00
She Yanjie
e7d5ded3d7
docs: update jdbc out-dated descripiton (#31959) 2025-07-17 13:40:48 +08:00
Simon Guan
fcc954c2db
docs: update stream (#31957) 2025-07-17 13:09:24 +08:00
Simon Guan
6f5f0c3e9c Merge branch '3.0' into merge/mainto3.0_1 2025-07-16 18:07:06 +08:00
Simon Guan
3f6a07c631
docs: update stream (#31905) 2025-07-15 16:37:12 +08:00
Simon Guan
fb7b65e993
docs: update stream docs (#31874) 2025-07-15 08:33:05 +08:00
Bomin Zhang
876979b5f5
feat[ts-6107]: shared storage (#31552)
* add API to use s3 as shared storage

* support using local file system as shared storage

* upload file to shared storage

* support read, compact and drop

* finish basic mnode & vnode msg processing

* follower sync migration state

* implement mnode transaction, and improve log

* send migration progress msg to dnode to avoid deadlock

* implement following migration

* remove mcount

* avoid redo migration on startup

* avoid follower deadlock when leader is down

* trigger migrate by timer,  avoid compact after migration

* comment out the usage of 'tcs' functions in stream

* change config item prefix from s3 to ss

* change db option prefix from s3 to ss

* rename s3 data struct, function, file to ss

* rename s3 macro to ss

* update s3 sql to ss

* rename remaining s3 items to ss

* check ss configruation, improve s3 retry

* grant object storage -> shared storage,  check ssEnabled

* fix memory leaks

* update build options

* omit sensitive information when dump config

* fix backward compatibility issue

* fix issues found in ci-checks

* fix some failed test cases

* avoid follower timeout and improve log

* fix: follower timeout because migration status not updated

* refuse migration if there's an in progress one

* fix ss test case

* remove garbage files and other minor improvement

* fix failed test cases

* update unit test

* fix failed test case

* fix failed test case

* update document

* update document and fix failed test cases

* fix minor issues in code, test and document

* check new commit after migration task is scheduled

* fix several issus

1. migrate information cannot be dropped sometimes because progress response was put into read queue.
2. memory leak in rare cases
3. data corruption in rare cases
4. failed test case

* add shared storage upgrade tool

* fix compile error
2025-07-14 16:33:53 +08:00
dongming chen
de4838f89b
enh: TS-5926-force-repair-wal (#31828) 2025-07-14 10:55:11 +08:00
Simon Guan
c998935359
docs: update stream docs (#31822) 2025-07-12 15:47:25 +08:00
Tony Zhang
582cbf0be1
fix: correct timediff function bug and redress docs (#31798) 2025-07-12 15:36:28 +08:00