Update 人大金仓[SqlSever]

This commit is contained in:
sunkaixuan
2025-02-13 18:02:11 +08:00
parent 60df367f88
commit bd00a2bea9
2 changed files with 5 additions and 1 deletions

View File

@@ -404,6 +404,10 @@ namespace SqlSugar
public override string MergeString(params string[] strings)
{
var key = Guid.NewGuid() + "";
if (strings.Length == 1)
{
return " pg_catalog.concat(" + string.Join(",", strings.Select(it => it?.Replace("+", key))).Replace("+", "").Replace(key, "+") + ",null) ";
}
return " pg_catalog.concat(" + string.Join(",", strings.Select(it => it?.Replace("+", key))).Replace("+", "").Replace(key, "+") + ") ";
}
public override string IsNull(MethodCallExpressionModel model)

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.177-preview02</version>
<version>5.1.4.177-preview03</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>