-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Description
The only additional step that MsSqlMetadataProvider.PopulateColumnDefinitionWithHasDefaultAndDbType performs different than its base class's definition is:
| if (columnDefinition.SystemType == typeof(DateTime) || columnDefinition.SystemType == typeof(DateTimeOffset)) |
and same for MsSqlMetadataProvider.FillSchemaForStoredProcedureAsync:
| if (paramDefinition.SystemType == typeof(DateTime) || paramDefinition.SystemType == typeof(DateTimeOffset)) |
Need to assess this code duplication later and refactor accordingly if required.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo