From d3135c9de336f54e381271f0236d3714836c0979 Mon Sep 17 00:00:00 2001 From: Simon Guan Date: Tue, 25 Mar 2025 21:29:24 +0800 Subject: [PATCH] fix: rollback error release note (#30465) --- docs/en/28-releases/03-notes/3.3.6.0.md | 1 - docs/zh/28-releases/03-notes/3.3.6.0.md | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/en/28-releases/03-notes/3.3.6.0.md b/docs/en/28-releases/03-notes/3.3.6.0.md index 3a791577ab..f85072c052 100755 --- a/docs/en/28-releases/03-notes/3.3.6.0.md +++ b/docs/en/28-releases/03-notes/3.3.6.0.md @@ -109,5 +109,4 @@ slug: /release-history/release-notes/3.3.6.0 21. fix: when the subquery does not return any results but contains the LIMIT 1 clause, it may cause the result of the parent query to be abnormal or inaccurate. 22. fix: taosc crash when table names contain `*` 23. fix: on windows, closing a JDBC PreparedStatement while writing data may cause the JVM to crash.[#30106](https://github.com/taosdata/TDengine/issues/30106) - 24. fix: when using Websocket parameter binding to batch write data, Chinese characters in subtable names will cause garbled text[#29998](https://github.com/taosdata/TDengine/issues/29998) diff --git a/docs/zh/28-releases/03-notes/3.3.6.0.md b/docs/zh/28-releases/03-notes/3.3.6.0.md index 0e05bbb0c4..b5925d24c7 100755 --- a/docs/zh/28-releases/03-notes/3.3.6.0.md +++ b/docs/zh/28-releases/03-notes/3.3.6.0.md @@ -108,5 +108,4 @@ description: 3.3.6.0 版本说明 21. 修复:当子查询未返回结果且其中包含 LIMIT 1 关键词时,可能导致父查询的结果出现异常或不准确 22. 修复:当表名中包含 * 时,taosc 会出现崩溃问题。 23. 修复:在 Windows 平台下,使用 JDBC PreparedStatement 写入数据时,关闭 PreparedStatement 可能导致 JVM 崩溃[#30106](https://github.com/taosdata/TDengine/issues/30106) - 24. 修复:使用 Websocket 参数绑定批量写入数据时,子表名含中文会产生乱码[#29998](https://github.com/taosdata/TDengine/issues/29998)