mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update gbase 8s
This commit is contained in:
@@ -13,6 +13,10 @@ namespace SqlSugar.GBase
|
||||
public override string SqlTranslationRight { get { return ""; } }
|
||||
public override string GetNoTranslationColumnName(string name)
|
||||
{
|
||||
if (name.Contains("="))
|
||||
{
|
||||
name = name.Split('=').First().Trim();
|
||||
}
|
||||
return name;
|
||||
}
|
||||
public override string SqlDateNow
|
||||
|
Reference in New Issue
Block a user