mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update pgsql
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user