mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update PolarDb
This commit is contained in:
@@ -527,6 +527,9 @@ namespace SqlSugar
|
||||
break;
|
||||
case DbType.PolarDB:
|
||||
config.DbType = DbType.MySql;
|
||||
if (this.CurrentConnectionConfig.MoreSettings == null)
|
||||
this.CurrentConnectionConfig.MoreSettings = new ConnMoreSettings();
|
||||
this.CurrentConnectionConfig.MoreSettings.DatabaseModel = DbType.PolarDB;
|
||||
break;
|
||||
case DbType.TDSQL:
|
||||
config.DbType = DbType.MySql;
|
||||
|
Reference in New Issue
Block a user