mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 21:19:34 +08:00
Update GBase
This commit is contained in:
parent
3f790e0c1d
commit
72ae6fb6d8
@ -317,6 +317,10 @@ namespace SqlSugar
|
||||
{
|
||||
return "SqlSugar.ClickHouse.ClickHouse" + name;
|
||||
}
|
||||
else if (type == "GBase")
|
||||
{
|
||||
return "SqlSugar.GBase.GBase" + name;
|
||||
}
|
||||
else if (type == "Custom")
|
||||
{
|
||||
return CustomNamespace + "."+CustomDbName + name;
|
||||
|
Loading…
Reference in New Issue
Block a user