mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update 人大金仓
This commit is contained in:
parent
1a94315163
commit
3b089de9b5
@ -479,6 +479,10 @@ namespace SqlSugar
|
||||
return $"{model.Args[0].MemberName}::jsonb @> '[\"{model.Args[1].MemberValue}\"]'::jsonb ";
|
||||
}
|
||||
}
|
||||
public override string Format(MethodCallExpressionModel model)
|
||||
{
|
||||
return base.Format(model).Replace("concat(", "pg_catalog.concat(");
|
||||
}
|
||||
public override string JsonListObjectAny(MethodCallExpressionModel model)
|
||||
{
|
||||
if (UtilMethods.IsNumber(model.Args[2].MemberValue.GetType().Name))
|
||||
|
Loading…
Reference in New Issue
Block a user