mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 08:37:25 +08:00
Update GaussDBNative
This commit is contained in:
parent
f9d484959e
commit
0954bed803
@ -50,6 +50,9 @@ namespace SqlSugar
|
||||
case DbType.Custom:
|
||||
className = InstanceFactory.CustomNamespace + "." + InstanceFactory.CustomDbName + "FastBuilder";
|
||||
break;
|
||||
case DbType.GaussDBNative:
|
||||
className = "SqlSugar.GaussDB.GaussDBFastBuilder";
|
||||
break;
|
||||
default:
|
||||
className = $"SqlSugar.{this.context.CurrentConnectionConfig.DbType.ToString().Replace("Native","")}FastBuilder";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user