You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
函数报错 KeyNotFoundException: The given key 'dateTimeOffset1' was not present in the dictionary.
反编译发现是函数的参数与表达式取参数不一致导致
使用 ExpiryDate.Value.Subtract(DateTime.Now).Days < passDay 替换方法会导致溢出报错如下
datediff 函数导致溢出。用于分隔两个日期/时间实例的日期部分的数字太大。请尝试使用日期部分精度较低的 datediff
原因是日期中存在 9999-12-31的特殊日期
问题描述及重现代码:
函数报错 KeyNotFoundException: The given key 'dateTimeOffset1' was not present in the dictionary.
反编译发现是函数的参数与表达式取参数不一致导致
使用 ExpiryDate.Value.Subtract(DateTime.Now).Days < passDay 替换方法会导致溢出报错如下
datediff 函数导致溢出。用于分隔两个日期/时间实例的日期部分的数字太大。请尝试使用日期部分精度较低的 datediff
原因是日期中存在 9999-12-31的特殊日期
数据库版本
sqlsver 2008 r2
安装的Nuget包
freesql 3.5.102
freesql.provider.sqlserverforsystem 3.5.102
.net framework/. net core? 及具体版本
. net core
The text was updated successfully, but these errors were encountered: