docs: add note to csharp connector docs (#22541)

* docs: fix taos_init() return type

* docs: refine c interface doc

* docs: add platform note to csharp connector.
This commit is contained in:
Shuduo Sang 2023-08-24 10:34:35 +08:00 committed by GitHub
parent d5c4d3888e
commit 7b9d14aad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,10 @@ The source code of `TDengine.Connector` is hosted on [GitHub](https://github.com
The supported platforms are the same as those supported by the TDengine client driver. The supported platforms are the same as those supported by the TDengine client driver.
:::note
Please note TDengine does not support 32bit Windows any more.
:::
## Version support ## Version support
Please refer to [version support list](/reference/connector#version-support) Please refer to [version support list](/reference/connector#version-support)

View File

@ -29,6 +29,10 @@ import CSAsyncQuery from "../07-develop/04-query-data/_cs_async.mdx"
支持的平台和 TDengine 客户端驱动支持的平台一致。 支持的平台和 TDengine 客户端驱动支持的平台一致。
:::note
注意 TDengine 不再支持 32 位 Windows 平台。
:::
## 版本支持 ## 版本支持
请参考[版本支持列表](../#版本支持) 请参考[版本支持列表](../#版本支持)