mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-22 03:27:36 +08:00
Update GaussDBNative
This commit is contained in:
@@ -51,7 +51,7 @@ namespace SqlSugar
|
||||
className = InstanceFactory.CustomNamespace + "." + InstanceFactory.CustomDbName + "FastBuilder";
|
||||
break;
|
||||
default:
|
||||
className = $"SqlSugar.{this.context.CurrentConnectionConfig.DbType}FastBuilder";
|
||||
className = $"SqlSugar.{this.context.CurrentConnectionConfig.DbType.ToString().Replace("Native","")}FastBuilder";
|
||||
break;
|
||||
}
|
||||
var reslut = InstanceFactory.CreateInstance<IFastBuilder>(className);
|
||||
|
Reference in New Issue
Block a user