``` 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.
GetSchemaTablereturns a row withColumnSize= 11,NumericPrecision= 9, andNumericScale= 0. It should returnNumericPrecision= 10.This also appears to be a bug in Connector/NET.