BuzzCutNorman / tap-mssql

Singer Tap for MS SQL built with Meltano Singer SDK.
MIT License
2 stars 9 forks source link

bug: `DECIMAL` and `NUMERIC` not translating consistently into HD JSON Schema #27

Closed BuzzCutNorman closed 1 year ago

BuzzCutNorman commented 1 year ago

I found and issue in which a misspelling of DECIMAL was preventing DECIMAL columns from being translated into HD JSON Schema format. During testing it was also found that the minimum and maximum values where being changed into scientific notation that was causing translation issues on the target side.

BuzzCutNorman commented 1 year ago

The PR to fix DECIMAL will be tracked in #23

BuzzCutNorman commented 1 year ago

Closed by PR #28