修正文档内容

This commit is contained in:
inrgihc
2025-06-09 22:01:48 +08:00
parent 10e98b91aa
commit 4db6d6e3c2
2 changed files with 12 additions and 9 deletions

View File

@@ -6,16 +6,10 @@ body:
attributes:
label: dbswitch版本
options:
- "2.0.2(不存在)"
- "2.0.2"
- "2.0.1"
- "2.0.0(低版本先升级到1.9.10,然后1.9.10版本升级到2.0版本请执行部署包内upgrade内的升级脚本)"
- "1.9.10"
- "1.9.9"
- "1.9.8"
- "1.9.7"
- "1.9.6"
- "1.9.5"
- "1.9.4"
- "其他版本已不维护(历史版本可平滑升级到1.9.10)勿提issue"
validations:
required: true
@@ -38,10 +32,19 @@ body:
- "否"
validations:
required: true
- type: dropdown
id: modify
attributes:
label: 是否已为项目star
options:
- "是"
- "否"
validations:
required: true
- type: textarea
id: desired-solution
attributes:
label: 问题描述
label: 问题描述(已对项目star的提问会优先处理)
description: 详细描述问题:(1)对于BUG反馈请提供相应截图和日志对于有堆栈报错信息请提供完整的堆栈信息对于一句话反馈的BUG将会被无视而关闭;(2)对于需求,请尽量详细描述您的需求功能;
validations:
required: true

View File

@@ -226,7 +226,7 @@ public enum ProductTypeEnum {
/**
* TDengine 数据库类型
*/
TDENGINE(23, "", "TDengine", "com.taosdata.jdbc.rs.RestfulDriver", 6041,
TDENGINE(23, "`", "TDengine", "com.taosdata.jdbc.rs.RestfulDriver", 6041,
"/* ping */ SELECT 1",
"jdbc:TAOS-RS://",
new String[]{"jdbc:TAOS-RS://{host}[:{port}]/[{database}][\\?{params}]"},