mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Sqlite DateTimeOffset BUG
This commit is contained in:
parent
7213ee5b7c
commit
91d701de23
@ -247,6 +247,10 @@ namespace SqlSugar
|
||||
{
|
||||
method = isNullableType ? getConvertInt32 : getInt32;
|
||||
}
|
||||
else if (bindPropertyType == UtilConstants.DateTimeOffsetType)
|
||||
{
|
||||
method = isNullableType ? getConvertdatetimeoffset : getdatetimeoffset;
|
||||
}
|
||||
else if (bindPropertyType == UtilConstants.ByteType)
|
||||
{
|
||||
method = isNullableType ? getConvertByte : getByte;
|
||||
|
Loading…
Reference in New Issue
Block a user