Open goerch opened 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
59db85d
) 79.31% compared to head (f727f2a
) 79.31%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
When testing with different SQL numeric types like NUMERIC, NUMERIC(14, 2), NUMERIC(14, 4) we noticed that the views always show two decimal places. This fix respects the SQL schema.
ADDITIONAL INFORMATION