Skip to content

SqlDateTime overflow exception persisting default values #13

Closed
@pcoombe

Description

@pcoombe

This would apply to both v3 and v5 branches

Column type for localdate gets generated as date
Column type for localdatetime gets generated as datetime2

Parameter type for localdate gets generated as datetime
Parameter type for localdatetime gets generated as datetime

Default values for localdate and localdatetime is 1/1/0001 can therefor not be persisted due to SqlDateTime overflow exception

PR raised #12 to apply correct types to parameter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions