NewLifeX / NewLife.Cube

Web快速开发平台,搭建管理后台,灵活可扩展!内部集成了用户权限管理、模板继承、SSO登录、OAuth服务端、数据导出与分享等多个功能模块,在真实项目中经历过单表100亿数据添删改查的考验。
https://newlifex.com/cube
MIT License
611 stars 155 forks source link

datetime in mssql is not support new DateTime(1, 1, 2), #51

Closed xueshaoyu closed 2 years ago

xueshaoyu commented 2 years ago

a bug from method public UserOnline SetStatus(String sessionid, String page, String status, UserAgentParser userAgent, Int32 userid = 0, String name = null, String ip = null) in this file UserService.cs
code like: LastError = new DateTime(1, 1, 2),

nnhy commented 2 years ago

修复在设置用户在线情况时MSSql不能使用1973年之前的日期的bug · NewLifeX/NewLife.Cube@cb1b5f2 https://github.com/NewLifeX/NewLife.Cube/commit/cb1b5f27bab04f3aa881337b6c324fa08418b099