Skip to content

Commit 7b9d14a

Browse files
authored
docs: add note to csharp connector docs (taosdata#22541)
* docs: fix taos_init() return type * docs: refine c interface doc * docs: add platform note to csharp connector.
1 parent d5c4d38 commit 7b9d14a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/en/14-reference/03-connector/09-csharp.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ The source code of `TDengine.Connector` is hosted on [GitHub](https://github.com
3030

3131
The supported platforms are the same as those supported by the TDengine client driver.
3232

33+
:::note
34+
Please note TDengine does not support 32bit Windows any more.
35+
:::
36+
3337
## Version support
3438

3539
Please refer to [version support list](/reference/connector#version-support)

docs/zh/08-connector/40-csharp.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ import CSAsyncQuery from "../07-develop/04-query-data/_cs_async.mdx"
2929

3030
支持的平台和 TDengine 客户端驱动支持的平台一致。
3131

32+
:::note
33+
注意 TDengine 不再支持 32 位 Windows 平台。
34+
:::
35+
3236
## 版本支持
3337

3438
请参考[版本支持列表](../#版本支持)

0 commit comments

Comments
 (0)