Update ClickHouse

This commit is contained in:
sunkaixuan
2022-08-13 03:09:19 +08:00
parent 80df87d48c
commit fdc58ee457
8 changed files with 92 additions and 139 deletions

View File

@@ -7,7 +7,7 @@ namespace SqlSugar.ClickHouse
public SqlSugarProvider Context { get; set; }
public ClickHouseExpressionContext()
{
base.DbMehtods = new PostgreSQLMethod();
base.DbMehtods = new ClickHouseMethod();
}
public override string SqlTranslationLeft
{
@@ -131,7 +131,7 @@ namespace SqlSugar.ClickHouse
}
}
}
public class PostgreSQLMethod : DefaultDbMethod, IDbMethods
public class ClickHouseMethod : DefaultDbMethod, IDbMethods
{
public override string TrueValue()
{