Skip to content

Test SQL Server handling of decimal type with negative scale #28418

@findepi

Description

@findepi

The connector claims support for decimal with negative scale

// TODO does sql server support negative scale?
int precision = columnSize + max(-decimalDigits, 0); // Map decimal(p, -s) (negative scale) to decimal(p+s, 0).

it's not tested and may not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions