- Log value of mine_sql #30
- Set a maximum length on Singer Decimals, where a decimal past the cap is normalized via
decimal.normalize()
#28
- Values with Decimal precision will now be written as strings with a custom
singer.decimal
format in order to maintain that precision through the pipeline #26
- Increase default numeric scale from
6
to38
#24
- Backwards incompatible change to the way that data types are discovered and parsed #22
- Oracle numeric types with a null scale (
NUMBER
andNUMBER(*)
) will now be correctly discovered as floating point types rather than integers. - This may cause downstream issues with loading and reporting, so a major bump is required.
- Oracle numeric types with a null scale (
- Adds handling for columns that do not have a datatype -- those columns will have
inclusion
=unavailable
andsql-datatype
="None"
#19
- Adds optional parameter
scn_window_size
to allow for an scn window during logminer replication #18