mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update 人大金仓
This commit is contained in:
@@ -387,7 +387,7 @@ namespace SqlSugar
|
|||||||
public override string MergeString(params string[] strings)
|
public override string MergeString(params string[] strings)
|
||||||
{
|
{
|
||||||
var key = Guid.NewGuid() + "";
|
var key = Guid.NewGuid() + "";
|
||||||
return " concat(" + string.Join(",", strings.Select(it => it?.Replace("+", key))).Replace("+", "").Replace(key, "+") + ") ";
|
return " pg_catalog.concat(" + string.Join(",", strings.Select(it => it?.Replace("+", key))).Replace("+", "").Replace(key, "+") + ") ";
|
||||||
}
|
}
|
||||||
public override string IsNull(MethodCallExpressionModel model)
|
public override string IsNull(MethodCallExpressionModel model)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user