Skip to content

Conversion of numeric type without precision and scale #27

@OProf77

Description

@OProf77

Add_precision_and_scale_for_numeric_data_type__Add__timestamp_without_time_zone_,__datetim.patch

Currently, the conversion of numeric data type is done without precision and scale. So I changed the code in the service.cs file and now the conversion is done in decimal data type with precision and scale. Example: numeric(16,2) in MSSql decimal(16,2)

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