BuzzCutNorman / tap-mssql

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

chore: Bump SDK to 0.32.0 #71

Closed BuzzCutNorman closed 11 months ago

BuzzCutNorman commented 1 year ago

Update to utilize Singer-SDK 0.32.0. SDK PR #1951 Ensure SQL streams are sorted when a replication key is set looks to resolve an open issue. Basic handling of MS SQL TIMESTAMP and ROWVERSION have been put in place. Updated hd_to_jsonschema_type handling of numeric with precision and scale to use scientific notation to get around rounding maximum and minimum. BIT has been changed to a bool type.

Closes #68 Closes #55 Closes #53 Closes #41