mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-20 15:09:33 +08:00
Update pgsql
This commit is contained in:
parent
ccd6755b79
commit
c82cdba891
@ -181,8 +181,7 @@ namespace SqlSugar
|
||||
FieldName = name,
|
||||
ConditionalType = ConditionalType.Equal,
|
||||
FieldValue = value + "",
|
||||
FieldValueConvertFunc = this.Context.CurrentConnectionConfig.DbType == DbType.PostgreSQL ?
|
||||
UtilMethods.GetTypeConvert(value) : null
|
||||
CSharpTypeName=value?.GetType()?.Name
|
||||
}));
|
||||
++i;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user