Rafy ORM Sql Server 中 DateTime 类型的字段溢出的问题
xujianshe opened this issue · comments
xujianshe commented
现在框架在sqlserver数据库下生成的日期类型是DateTime, 但是此类型支持的时间范围是 1753年至9999年, 有些业务日期溢出了此时间范围,希望能够提供对DateTime2类型的定制以支持更广泛的时间。
dyancl1024 commented
预计9月18号完成
HuQingfang commented
给力。
HuQingfang commented
dyancl1024 commented
提交了
dyancl1024 commented
考虑到CLR没有DateTime2类型,但是有DateTimeOffset类型也能满足精度问题
详细见 http://www.studyofnet.com/news/1050.html
接下来改为支持DateTimeOffset
dyancl1024 commented
代码已提交