mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update Sqlite DateTimeOffset
This commit is contained in:
parent
c5352d17b8
commit
0cf9a96737
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user