mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 12:09:29 +08:00
Update ClickHouse
This commit is contained in:
@@ -68,7 +68,7 @@ namespace SqlSugar.ClickHouse
|
||||
}
|
||||
else if (dbColumnInfo.IsArray&& value!=null)
|
||||
{
|
||||
return n+"'"+this.Context.Utilities.SerializeObject(value)+"'";
|
||||
return this.Context.Utilities.SerializeObject(value).Replace("\"","'") ;
|
||||
}
|
||||
else if (dbColumnInfo.IsJson && value != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user