Skip to content

Commit

Permalink
remove dataSource plugin Dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
huangkemingyyds committed Nov 20, 2023
1 parent 777bbaf commit 457379b
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 891 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
import com.alibaba.nacos.common.utils.CollectionUtils;
import com.alibaba.nacos.plugin.datasource.constants.DataSourceConstant;
import com.alibaba.nacos.plugin.datasource.constants.FieldConstant;
import com.alibaba.nacos.plugin.datasource.dialects.DialectFactory;
import com.alibaba.nacos.plugin.datasource.dialects.IDialect;
import com.alibaba.nacos.plugin.datasource.enums.DbTypeEnum;
import com.alibaba.nacos.plugin.datasource.mapper.AbstractMapper;
import com.alibaba.nacos.plugin.datasource.mapper.ConfigInfoAggrMapper;
import com.alibaba.nacos.plugin.datasource.model.MapperContext;
Expand Down Expand Up @@ -56,14 +53,4 @@ public MapperResult findConfigInfoAggrByPageFetchRows(MapperContext context) {
public String getDataSource() {
return DataSourceConstant.DERBY;
}

@Override
public DbTypeEnum getDbTypeEnum() {
return DbTypeEnum.DERBY;
}

@Override
public IDialect getIDialect() {
return DialectFactory.getDialect(getDbTypeEnum());
}
}
Loading

0 comments on commit 457379b

Please sign in to comment.