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