Skip to content

Test MariaDB & MySQL handling of decimal type with negative scale #28417

@findepi

Description

@findepi

The connectors claim support for decimal with negative scale

precision = precision + max(-decimalDigits, 0); // Map decimal(p, -s) (negative scale) to decimal(p+s, 0).

// TODO does mysql support negative scale?
precision = precision + 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