nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

Native support for TimeOnly and DateOnly .NET 6 types

Open hazzik opened this issue 3 years ago • 5 comments

See here:

  • https://docs.microsoft.com/en-us/dotnet/api/system.timeonly?view=net-6.0
  • https://docs.microsoft.com/en-us/dotnet/api/system.dateonly?view=net-6.0

hazzik avatar Sep 15 '21 10:09 hazzik

EFCore already did it, will NHibernate do it soon? https://github.com/dotnet/efcore/issues/24507

ducmerida avatar Feb 06 '24 16:02 ducmerida

@ducmerida as far as I know, no one works on this. You are more than welcome to submit a PR. See contributing.

hazzik avatar Feb 06 '24 20:02 hazzik

Sorry i don't think that i will be able to do that, i'm only asking because it is an interesting feature, and it seems to be the most liked issue ever https://github.com/nhibernate/nhibernate-core/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc, for now i will continue to use DateTime and TimeSpan, thanks :)

ducmerida avatar Feb 17 '24 19:02 ducmerida

I'm working on this

gliljas avatar Feb 22 '24 08:02 gliljas

@gliljas , thank you so much! Please let me know if there's anything that I could do to help.

danielparvin avatar Mar 01 '24 14:03 danielparvin