Translation of TimeOnly.FromTimeSpan
on SQL Server should be no-op.
#34025
Milestone
TimeOnly.FromTimeSpan
on SQL Server should be no-op.
#34025
Originally implemented as part of #33678 and found while writing What's New.
Currently, we insert a cast:
But since the
TimeSpan
column is mapped to atime
column, there doesn't need to be a cast here.Details
The text was updated successfully, but these errors were encountered: