Commit Graph

914 Commits

Author SHA1 Message Date
Shengliang Guan efcc9c31b8
Merge pull request #17758 from taosdata/docs/cdiwadkar16-patch-1
docs: cdiwadkar16-patch-1- Need quotes around the location in TAGS ('California.SanFrancicso'
2022-10-30 17:43:35 +08:00
wade zhang a501dc3f0c
Merge pull request #17745 from taosdata/docs/TS-1976
docs: what's updated on new version (2.0.41, 3.0.2)
2022-10-29 16:43:29 +08:00
Chait Diwadkar 86a75bc844
Need quotes around the location in TAGS ('California.SanFrancicso'
The insert fails without quotes around the location in the TAGS part
2022-10-28 10:14:20 -07:00
Xuefeng Tan f2cee43cb7
doc: driver-go support stmt via WebSocket (#17740)
* doc: driver-go support stmt via WebSocket

* docs: fix typos

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-10-28 16:11:53 +08:00
Shuduo Sang d625cb56b7 docs: fix few typos 2022-10-28 15:47:55 +08:00
huolibo a7c2e0e688 docs: what's updated on new version (2.0.41, 3.0.2) 2022-10-28 15:31:47 +08:00
JWifedasd 744d1edb20
docs: update show transactions 2022-10-28 11:25:15 +08:00
Shengliang Guan 60f152994e
Merge pull request #17550 from taosdata/docs/daniel-3.0
doc: add index to releases directory
2022-10-27 10:51:52 +08:00
Xuefeng Tan df7cb2e85a
doc : taosadapter support user specify timezone and return corresponding time (#17400) 2022-10-25 11:45:16 +08:00
gccgdb1234 847e351b92 doc: correct alter debugFlag syntax error 2022-10-25 10:11:02 +08:00
Shengliang Guan 10b4b68535 docs: fix conflict 2022-10-24 14:16:31 +08:00
Shengliang Guan e20e96d8fd Merge branch '3.0' into docs/wade-config 2022-10-24 14:09:54 +08:00
danielclow bef854ea22 doc: add index to releases directory 2022-10-21 11:07:06 +08:00
Xiaoyu Wang a9ca24a2d7 some problems of docs 2022-10-20 17:43:11 +08:00
Shuduo Sang 7de2cdc6c7
docs: taosbenchmark supplement insert (#17521) 2022-10-20 15:01:22 +08:00
Shuduo Sang 80e3cc00c7
docs: taosbenchmark partial column num (#17520) 2022-10-20 14:54:43 +08:00
afwerar adb0adf8d8 docs: release 3.0.1.5 2022-10-19 18:44:55 +08:00
afwerar 627cce036b docs: release 3.0.1.5 2022-10-19 18:41:39 +08:00
afwerar f053883e2d docs: release 3.0.1.5 2022-10-19 18:37:53 +08:00
Linhe Huo a9b11ffc7b
docs: add example code and syntax instruction for python subscription (#17479)
Ref: [TD-19654](https://jira.taosdata.com:18080/browse/TD-19654)
2022-10-19 17:05:23 +08:00
Liu Jicong 272236e3fe
Merge pull request #17477 from taosdata/feature/stream
docs(tmq)
2022-10-19 16:26:11 +08:00
Liu Jicong e942b300b5 docs(tmq) 2022-10-19 16:20:30 +08:00
Liu Jicong 194692595d
Merge pull request #17476 from taosdata/feature/stream
docs(tmq)
2022-10-19 16:17:48 +08:00
Liu Jicong deb875f9e2 docs(tmq) 2022-10-19 16:12:47 +08:00
wade zhang c7835d9f74
Update 01-arch.md 2022-10-19 11:33:21 +08:00
Ganlin Zhao 26fe97e93f
Update 10-function.md 2022-10-19 10:25:21 +08:00
Ganlin Zhao f912c63202 Update 10-function.md 2022-10-19 10:22:53 +08:00
Ganlin Zhao 72a49b1e9d
Update 10-function.md 2022-10-19 10:16:42 +08:00
Ganlin Zhao cb7ae02a14
docs: fix interp cn docs 2022-10-19 10:12:45 +08:00
Shengliang Guan ce85caf147
Merge pull request #17458 from taosdata/docs/ZhiqiangWang/TD-19573-update-mac-docs
docs: update mac docs
2022-10-19 09:27:34 +08:00
Shengliang Guan 5cd1c12c4b
Merge pull request #17448 from taosdata/fix/TD-19619
fix(query): mode function output behavior if there're multiple highest frequency of occurrence.
2022-10-19 09:06:43 +08:00
Xuefeng Tan c77bc2b9b9
doc : driver-go support WebSocket-based bulk pulling (#17435)
* doc : driver-go support WebSocket-based bulk pulling

* doc : update English translation

* docs: remove preparation section

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-10-18 19:12:35 +08:00
afwerar abbfa0b8e5 docs: update mac docs 2022-10-18 18:13:00 +08:00
Ganlin Zhao 3ec1490fe2 change mode function zh docs 2022-10-18 18:00:53 +08:00
Ganlin Zhao 25c2cec602 change mode en docs 2022-10-18 17:58:17 +08:00
Zhiqiang Wang fc9982de68
docs: change macos client doc (#17420)
* docs: change macos client doc

* docs: change macos client doc

* docs: make taosadapter/taosbenchmark description align with prev

* fix: chinese colon

* fix: chinese colon

Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-10-18 11:41:59 +08:00
wade zhang bb59553e39
Update 01-arch.md 2022-10-18 11:23:24 +08:00
Shuduo Sang 704dba9800
docs: update examples/python/tmq_example.py with connector repo (#17387)
* docs: update examples/python/tmq_example.py with connector repo

* Update tmq_example.py

* docs: remove tb variable after get_table_name removed

Co-authored-by: Liu Jicong <liujicong@qq.com>
2022-10-17 11:23:53 +08:00
Shuduo Sang 275f0eb5fd
docs: refine taosbenchmark json drop (#17376) 2022-10-16 10:52:26 +08:00
Shengliang Guan 28dfbf88be
Merge pull request #17364 from taosdata/wangmm0220-patch-2-1
Update 29-changes.md
2022-10-15 19:59:45 +08:00
Shengliang Guan d82bad5c64
Merge pull request #17292 from sunpe/patch-1
fix: change schema-less describtion to reduce ambiguity
2022-10-14 18:03:31 +08:00
Shengliang Guan 8c783e6a4a
Merge pull request #17333 from taosdata/sunpe-patch-1
fix: taos-sql/functions document error
2022-10-14 18:02:45 +08:00
WANG MINGMING 9fb7c5d036
Update 29-changes.md 2022-10-14 17:27:10 +08:00
Xiaoyu Wang a6102b4b1c docs: fix 'terminate a tuery' chapter 2022-10-14 15:08:41 +08:00
afwerar e453e96d6b os: Mac change service name 2022-10-13 18:34:11 +08:00
gccgdb1234 7726bb7bf0 doc: fix error in 01-arch.md about total number of data files 2022-10-13 16:49:29 +08:00
sunpeng 6dcb2d630a
Update 10-function.md
fixes document error
2022-10-13 15:03:07 +08:00
wade zhang 5af90bec22
Merge pull request #17315 from arielyang/yangpan-07-develop
docs: some minor typo and improvements about 07-develop
2022-10-13 13:17:50 +08:00
gccgdb1234 0c3599135c doc: fix errors in architecture for 3.0 2022-10-13 13:14:11 +08:00
gccgdb1234 f94d6e1dd4 doc: fix wrong diagrams in architecture of 3.0 in English 2022-10-13 13:05:41 +08:00