Releases: radbrt/target-oracle
Releases · radbrt/target-oracle
New numeric options
This release changes the definition of Number datatype to NUMER(38,10). This is potentially a breaking change for some, so there is also a new option prefer_float_over_numeric
that writes numbers as datatype FLOAT.
Additionally, varchar length has been increased to 4000.
Column naming
This release adds some changes to how column names are adapted to fit restrictions and conventions in Oracle.
Basic functionality
Creating a release because breaking changes (in edge cases) are coming.