TortugaResearch / Tortuga.Chain

A fluent ORM for .NET
Other
336 stars 22 forks source link

ToDateOnly, ToTimeOnly #504

Open agrinei opened 1 year ago

agrinei commented 1 year ago

ScalarDbCommandBuilder doesn't implement ToDateOnly, ToTimeOnly methods. I see (#445, #446 and #460) that there's internal support for those types (as long as we're on .Net 6).

Microsoft.Data.SqlClient v 5.1.0 has been released (https://github.com/dotnet/SqlClient/releases/tag/v5.1.0), dropping support for .Net 3.1 and embracing .Net 6.0.

Would that justify a Tortuga.Chain v5 ?