mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-10 01:40:25 +08:00
refactor: dbm重构、调整metadata与dialect接口
This commit is contained in:
@@ -258,7 +258,7 @@ func (app *instanceAppImpl) getDatabases(instance *entity.DbInstance, ac *tagent
|
||||
}
|
||||
defer dbConn.Close()
|
||||
|
||||
return dbConn.GetMetaData().GetDbNames()
|
||||
return dbConn.GetMetadata().GetDbNames()
|
||||
}
|
||||
|
||||
func (app *instanceAppImpl) toDbInfoByAc(instance *entity.DbInstance, ac *tagentity.ResourceAuthCert, database string) *dbi.DbInfo {
|
||||
|
||||
Reference in New Issue
Block a user