mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Pr@dev v2@refactor h2 (#15479)
* refactor(数据集): 优化桌面版H2不支持全连接的提示 #15469 * refactor(数据集): 优化桌面版H2不支持全连接的提示 #15469
This commit is contained in:
@@ -94,7 +94,7 @@ public class DatasetDataManage {
|
||||
return rowPermissionsApi;
|
||||
}
|
||||
|
||||
public static final List<String> notFullDs = List.of("mysql", "mariadb", "Excel", "API");
|
||||
public static final List<String> notFullDs = List.of("mysql", "mariadb", "Excel", "API", "H2", "h2");
|
||||
|
||||
public List<DatasetTableFieldDTO> getTableFields(DatasetTableDTO datasetTableDTO) throws Exception {
|
||||
List<DatasetTableFieldDTO> list = null;
|
||||
|
||||
Reference in New Issue
Block a user