Skip to content

decimal(10, 0) has wrong NumericPrecision #356

@bgrainger

Description

@bgrainger
create table schema_table (
    dec decimal(10, 0)
);

GetSchemaTable returns a row with ColumnSize = 11, NumericPrecision = 9, and NumericScale = 0. It should return NumericPrecision = 10.

This also appears to be a bug in Connector/NET.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions