mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update ClickHouse
This commit is contained in:
parent
1106a6239c
commit
db9a672b6d
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user