mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update ClickHouse
This commit is contained in:
@@ -4,7 +4,7 @@ namespace SqlSugar.ClickHouse
|
||||
{
|
||||
public class ClickHouseExpressionContext : ExpressionContext, ILambdaExpressions
|
||||
{
|
||||
public SqlSugarProvider Context { get; set; }
|
||||
public SqlSugarProvider Context { get; set; } = new SqlSugarProvider(new ConnectionConfig() { });
|
||||
public ClickHouseExpressionContext()
|
||||
{
|
||||
base.DbMehtods = new ClickHouseMethod();
|
||||
@@ -31,7 +31,7 @@ namespace SqlSugar.ClickHouse
|
||||
{
|
||||
get
|
||||
{
|
||||
return base.PgSqlIsAutoToLower;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
public override string GetTranslationTableName(string entityName, bool isMapping = true)
|
||||
|
Reference in New Issue
Block a user