mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update 谷虚数据库
This commit is contained in:
parent
70081fa23a
commit
39cd0a0eea
@ -6,8 +6,8 @@ namespace SqlSugar.Xugu
|
||||
public class XuguBuilder : SqlBuilderProvider
|
||||
{
|
||||
public override string SqlParameterKeyWord => ":";
|
||||
public override string SqlTranslationLeft { get; } =string.Empty;
|
||||
public override string SqlTranslationRight { get; } = string.Empty;
|
||||
public override string SqlTranslationLeft { get; }="\"";
|
||||
public override string SqlTranslationRight { get; }="\"";
|
||||
public override string GetNoTranslationColumnName(string name) => name;
|
||||
public override string SqlDateNow { get; } = "SYSDATE";
|
||||
public override string FullSqlDateNow { get; } = "SELECT SYSDATE FROM DUAL";
|
||||
|
@ -7,8 +7,8 @@ namespace SqlSugar.Xugu
|
||||
public override string SqlParameterKeyWord => ":";
|
||||
public SqlSugarProvider Context { get; set; }
|
||||
public XuguExpressionContext() => base.DbMehtods = new XuguMethod();
|
||||
public override string SqlTranslationLeft { get; } = string.Empty;
|
||||
public override string SqlTranslationRight { get; } = string.Empty;
|
||||
public override string SqlTranslationLeft { get; } = "\"";
|
||||
public override string SqlTranslationRight { get; } = "\"";
|
||||
public override bool IsTranslationText(string name)=> name.IsContainsIn(UtilConstants.Space, "(", ")");
|
||||
public override string GetLimit() => "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user