-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔖 Releasing / Version tags. 瀚高数据库 支持
- Loading branch information
lbw
committed
Apr 25, 2023
1 parent
1bf0d48
commit 8f146bd
Showing
14 changed files
with
54 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
src/main/resources/META-INF/services/com.alibaba.nacos.plugin.datasource.mapper.Mapper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
com.pig4cloud.plugin.impl.postgresql.ConfigInfoAggrMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.ConfigInfoBetaMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.ConfigInfoMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.ConfigInfoTagMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.ConfigTagsRelationMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.HistoryConfigInfoMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.TenantInfoMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.TenantCapacityMapperByPostgresql | ||
com.pig4cloud.plugin.impl.postgresql.GroupCapacityMapperByPostgresql | ||
com.pig4cloud.plugin.impl.highgo.ConfigInfoAggrMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.ConfigInfoBetaMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.ConfigInfoMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.ConfigInfoTagMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.ConfigTagsRelationMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.HistoryConfigInfoMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.TenantInfoMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.TenantCapacityMapperByHighgo | ||
com.pig4cloud.plugin.impl.highgo.GroupCapacityMapperByHighgo |