Skip to content

Commit 6ef7236

Browse files
committed
fix: Some database configuration files
1 parent e1ea4fd commit 6ef7236

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

  • chat2db-server/chat2db-plugins
    • chat2db-clickhouse/src/main/java/ai/chat2db/plugin/clickhouse
    • chat2db-hive/src/main/java/ai/chat2db/plugin/hive
    • chat2db-oceanbase/src/main/java/ai/chat2db/plugin/oceanbase
    • chat2db-presto/src/main/java/ai/chat2db/plugin/presto

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dbType": "CLICKHOUSE",
3-
"supportDatabase": false,
3+
"supportDatabase": true,
44
"supportSchema": false,
55
"driverConfigList": [
66
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dbType": "HIVE",
3-
"supportDatabase": false,
3+
"supportDatabase": true,
44
"supportSchema": false,
55
"driverConfigList": [
66
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dbType": "OCEANBASE",
3-
"supportDatabase": false,
3+
"supportDatabase": true,
44
"supportSchema": false,
55
"driverConfigList": [
66
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dbType": "PRESTO",
3-
"supportDatabase": false,
4-
"supportSchema": false,
3+
"supportDatabase": true,
4+
"supportSchema": true,
55
"driverConfigList": [
66
{
77
"url": "jdbc:presto://localhost:8080/",

0 commit comments

Comments
 (0)