diff --git a/docs/en/10-third-party/01-collection/flink.md b/docs/en/10-third-party/01-collection/flink.md index 262f9b1682..12468b4f6c 100644 --- a/docs/en/10-third-party/01-collection/flink.md +++ b/docs/en/10-third-party/01-collection/flink.md @@ -26,8 +26,8 @@ Flink Connector supports all platforms that can run Flink 1.19 and above version | Flink Connector Version | Major Changes | TDengine Version| |-------------------------| ------------------------------------ | ---------------- | -| 2.0.0 | 1.Support SQL queries on data in TDengine database.
2. Support CDC subscription to data in TDengine database.
3. Supports reading and writing to TDengine database using Table SQL. | 3.3.5.0 and above versions| -| 1.0.0 | Support Sink function to write data from other sources to TDengine in the future.| 3.3.2.0 and above versions| +| 2.0.0 | 1.Support SQL queries on data in TDengine database.
2. Support CDC subscription to data in TDengine database.
3. Supports reading and writing to TDengine database using Table SQL. | 3.3.5.0 and higher| +| 1.0.0 | Support Sink function to write data from other sources to TDengine in the future.| 3.3.2.0 and higher| ## Exception and error codes diff --git a/docs/en/14-reference/05-connector/30-python.md b/docs/en/14-reference/05-connector/30-python.md index 58cff75c90..7aaa426607 100644 --- a/docs/en/14-reference/05-connector/30-python.md +++ b/docs/en/14-reference/05-connector/30-python.md @@ -49,7 +49,7 @@ Supports Python 3.0 and above. -The platforms supported by native connections are consistent with those supported by the TDengine client driver. -WebSocket/REST connections support all platforms that can run Python. -## Versions History +## Version History Python Connector historical versions (it is recommended to use the latest version of 'taopsy'): diff --git a/docs/en/14-reference/05-connector/50-odbc.md b/docs/en/14-reference/05-connector/50-odbc.md index 6e5c801018..7f71436739 100644 --- a/docs/en/14-reference/05-connector/50-odbc.md +++ b/docs/en/14-reference/05-connector/50-odbc.md @@ -124,7 +124,7 @@ In addition to this, the WebSocket connection method also supports 32-bit applic | v1.1.0 | 1. Supports view functionality.
2. Supports VARBINARY/GEOMETRY data types.
3. Supports ODBC 32-bit WebSocket connection method (Enterprise edition only).
4. Supports ODBC data source configuration dialog settings for compatibility adaptation options for industrial software like KingSCADA, Kepware, etc. (Enterprise edition only). | 3.3.3.0 and higher | | v1.0.2 | Supports CP1252 character encoding. | 3.2.3.0 and higher | | v1.0.1 | 1. Supports DSN settings for BI mode, in BI mode TDengine database does not return system database and supertable subtable information.
2. Refactored character set conversion module, improving read and write performance.
3. Default connection method in ODBC data source configuration dialog changed to "WebSocket".
4. Added "Test Connection" control in ODBC data source configuration dialog.
5. ODBC data source configuration supports Chinese/English interface. | - | -| v1.0.0.0 | Initial release, supports interacting with Tdengine database to read and write data, refer to the "API Reference" section for details. | 3.2.2.0 and higher | +| v1.0.0.0 | Initial release, supports interacting with TDengine database to read and write data, refer to the "API Reference" section for details. | 3.2.2.0 and higher | ## Data Type Mapping diff --git a/docs/zh/14-reference/05-connector/50-odbc.mdx b/docs/zh/14-reference/05-connector/50-odbc.mdx index 7cb89d936d..4bc006fd9e 100644 --- a/docs/zh/14-reference/05-connector/50-odbc.mdx +++ b/docs/zh/14-reference/05-connector/50-odbc.mdx @@ -118,7 +118,7 @@ TDengine ODBC 支持两种连接 TDengine 数据库方式:WebSocket 连接与 | v1.1.0 | 1. 支持视图功能;
2. 支持 VARBINARY/GEOMETRY 数据类型;
3. 支持 ODBC 32 位 WebSocket 连接方式(仅企业版支持);
4. 支持 ODBC 数据源配置对话框设置对工业软件 KingSCADA、Kepware 等的兼容性适配选项(仅企业版支持); | 3.3.3.0 及更高版本 | | v1.0.2 | 支持 CP1252 字符编码; | 3.2.3.0 及更高版本 | | v1.0.1 | 1. 支持 DSN 设置 BI 模式,在 BI 模式下 TDengine 数据库不返回系统数据库和超级表子表信息;
2. 重构字符集转换模块,提升读写性能;
3. ODBC 数据源配置对话框中默认修改默认连接方式为“WebSocket”;
4. ODBC 数据源配置对话框增加“测试连接”控件;
5. ODBC 数据源配置支持中文/英文界面; | - | -| v1.0.0.0 | 发布初始版本,支持与Tdengine数据库交互以读写数据,具体请参考“API 参考”一节 | 3.2.2.0 及更高版本 | +| v1.0.0.0 | 发布初始版本,支持与 TDengine 数据库交互以读写数据,具体请参考“API 参考”一节 | 3.2.2.0 及更高版本 | ## 数据类型映射