mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Xugu bug
This commit is contained in:
@@ -9,7 +9,7 @@ namespace SqlSugar.Xugu
|
||||
public XuguExpressionContext() => base.DbMehtods = new XuguMethod();
|
||||
public override string SqlTranslationLeft { get; } = "\"";
|
||||
public override string SqlTranslationRight { get; } = "\"";
|
||||
public override bool IsTranslationText(string name)=> name.IsContainsIn(UtilConstants.Space, "(", ")");
|
||||
public override bool IsTranslationText(string name)=> name.IsContainsIn("\"",UtilConstants.Space, "(", ")");
|
||||
public override string GetLimit() => "";
|
||||
}
|
||||
public partial class XuguMethod : DefaultDbMethod, IDbMethods
|
||||
|
Reference in New Issue
Block a user