mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 02:51:58 +08:00
Update Sqlite DateTimeOffset
This commit is contained in:
@@ -247,7 +247,7 @@ namespace SqlSugar
|
||||
{
|
||||
method = isNullableType ? getConvertInt32 : getInt32;
|
||||
}
|
||||
else if (bindPropertyType == UtilConstants.DateTimeOffsetType)
|
||||
else if (bindPropertyType == UtilConstants.DateTimeOffsetType&&SugarCompatible.IsFramework)
|
||||
{
|
||||
method = isNullableType ? getConvertdatetimeoffset : getdatetimeoffset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user