Skip to content

Commit a7b3026

Browse files
authored
Merge pull request OtterMind#1006 from chat2db/dev
Dev
2 parents df9e3b7 + a29d1b4 commit a7b3026

10 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## 3.1.15
22

3-
`2023-12-18`
3+
`2023-12-20`
44

55
**Changelog**
66

77
- 🐞【Fixed】Every time I open the application, I occasionally cannot select the database problem
88
- 🐞【Fixed】Compatible with old data types can not show deletion problems
9+
- 🐞【Fixed】Some databases cannot display the database /Schema structure
910

1011
## 3.1.14
1112

CHANGELOG_CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
## 3.1.15
22

3-
`2023-12-18`
3+
`2023-12-20`
44

55
**更新日志**
66

77
- 🐞【修复】每次打开应用时,偶现无法选择数据库问题
88
- 🐞【修复】兼容老数据类型无法显示删除问题
9+
- 🐞【修复】部分数据库无法显示数据库/Schema结构的问题
910

1011

1112
## 3.1.14

chat2db-server/chat2db-plugins/chat2db-clickhouse/src/main/java/ai/chat2db/plugin/clickhouse/clickhouse.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dbType": "CLICKHOUSE",
3-
"supportDatabase": true,
4-
"supportSchema": false,
3+
"supportDatabase": false,
4+
"supportSchema": true,
55
"driverConfigList": [
66
{
77
"url": "jdbc:clickhouse://localhost:8123/",
1.46 KB
Loading
1.93 KB
Loading
1.24 KB
Loading
878 Bytes
Loading
3.18 KB
Loading
1.63 KB
Loading
2.7 KB
Loading

0 commit comments

Comments
 (0)