Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: storebrand/target-mssql

Bugfix in declared version

27 Apr 06:18
7e87e47
Compare
Choose a tag to compare
Merge pull request #29 from storebrand/release-020

Update pyproject.toml

Improved numeric types

27 Apr 06:11
77094fb
Compare
Choose a tag to compare

Number datatypes are now NUMBER(38,16) by default, and a new option prefer_float_over_numeric that writes numbers as FLOATs.

Table Prefix

24 Apr 06:53
2fb8132
Compare
Choose a tag to compare

New config option table_prefix adds prefix to table names. Also some minor changes, including explicit Apache 2.0 license.

Table prefixes

24 Apr 06:15
f043a2a
Compare
Choose a tag to compare

New config option table_prefix adds prefix to table names. Also some minor changes, including explicit Apache 2.0 license.

Objects and merges

09 Mar 14:24
513b6cf
Compare
Choose a tag to compare

Most basic functionality in place. Handles object (by converting to string) and more robust merge into target table.

Better config and handle long fields

19 Jan 11:13
48ef49b
Compare
Choose a tag to compare

Fixes some config errors with Meltano, and handles string columns longer than 8000 characters by casting as text.

Initial relase

17 Dec 12:38
bd1ba3e
Compare
Choose a tag to compare

Some breaking changes (improvements in column casing) are upcoming, so we are creating a release for anyone not wanting to join the ride.