Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.net6 的新日期 时间 类型 dateolny timeolny 不支持 #991

Closed
lhtuling opened this issue Dec 30, 2021 · 1 comment
Closed

.net6 的新日期 时间 类型 dateolny timeolny 不支持 #991

lhtuling opened this issue Dec 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@lhtuling
Copy link

问题描述及重现步骤:

image

public class Clock : EntyBase
{
      public int UserId { get; set; }
      public User User { get; set; }
      public DateOnly ClockDate { get; set; }
      public TimeOnly? ClockInTime { get; set; }
      public TimeOnly? ClockOutTime { get; set; }
}

DateOnly
TimeOnly
3个字段不会处理 并且会报错

数据库的具体版本

sqlite 3

安装的包

3.0.100

.net framework/. net core? 及具体版本

.net 6
@luoyunchong luoyunchong added the enhancement New feature or request label Dec 30, 2021
@2881099
Copy link
Collaborator

2881099 commented Oct 2, 2022

sqlserver 新版本已支持,怕官方变化,等.net80在考虑全部支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants