mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
增加Clickhouse - Bool/Array适配
This commit is contained in:
@ -43,7 +43,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
sb.Append(AddslashesProcessParam(z, mapType, mapColumn));
|
||||
}
|
||||
|
||||
return sb.Length == 0 ? "(NULL)" : sb.Remove(0, 1).Insert(0, "(").Append(")").ToString();
|
||||
return sb.Length == 0 ? "(NULL)" : sb.Remove(0, 1).Insert(0, "[").Append("]").ToString();
|
||||
}
|
||||
|
||||
public static bool IsFromSlave(string cmdText)
|
||||
|
Reference in New Issue
Block a user