mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-18 08:50:34 +08:00
Update OceanBase
This commit is contained in:
@@ -514,7 +514,10 @@ namespace SqlSugar
|
||||
this.CurrentConnectionConfig.MoreSettings.DatabaseModel = DbType.Vastbase;
|
||||
break;
|
||||
case DbType.OceanBase:
|
||||
config.DbType = DbType.MySql;
|
||||
config.DbType = DbType.MySql;
|
||||
if (this.CurrentConnectionConfig.MoreSettings == null)
|
||||
this.CurrentConnectionConfig.MoreSettings = new ConnMoreSettings();
|
||||
this.CurrentConnectionConfig.MoreSettings.DatabaseModel = DbType.OceanBase;
|
||||
break;
|
||||
case DbType.Tidb:
|
||||
config.DbType = DbType.MySql;
|
||||
|
||||
Reference in New Issue
Block a user