mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Xugu bug
This commit is contained in:
parent
c29052470f
commit
17f99d2311
@ -9,7 +9,7 @@ namespace SqlSugar.Xugu
|
|||||||
public XuguExpressionContext() => base.DbMehtods = new XuguMethod();
|
public XuguExpressionContext() => base.DbMehtods = new XuguMethod();
|
||||||
public override string SqlTranslationLeft { get; } = "\"";
|
public override string SqlTranslationLeft { get; } = "\"";
|
||||||
public override string SqlTranslationRight { 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 override string GetLimit() => "";
|
||||||
}
|
}
|
||||||
public partial class XuguMethod : DefaultDbMethod, IDbMethods
|
public partial class XuguMethod : DefaultDbMethod, IDbMethods
|
||||||
|
Loading…
Reference in New Issue
Block a user