mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 19:22:58 +08:00
fix-exportTableData
This commit is contained in:
@ -55,7 +55,7 @@ public class ClickHouseDBManage extends DefaultDBManage implements DBManage {
|
||||
.append(";").append("\n").append(ddl).append(";").append("\n");
|
||||
asyncContext.write(sqlBuilder.toString());
|
||||
if (asyncContext.isContainsData() && dataFlag) {
|
||||
exportTableData(connection,schemaName, tableOrViewName, asyncContext);
|
||||
exportTableData(connection, databaseName,schemaName, tableOrViewName, asyncContext);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user