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