Releases: hackolade/Oracle
v0.2.35
v0.2.34
added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where char or nchar has MAX length
v0.2.33
added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where varchar or varbinary has MAX length
v0.2.32
dbt: enabled forward-engineering of models properties schema.yml files
v0.2.31
added generation of ALTER script for changes in table-level check constraints, and in column data type changes as well as changes in properties: length, precision, offset…, extended the commenting in ALTER scripts to more potentially destructive statements such as modification of data type, shorter columns, etc.
v0.2.30
added "Default" property to json data type and reverse-engineer it if it appears in DDLs; added reverse-engineering of MONITORING/NOMONITORING in DDLs
v0.2.29
column DDL statement is not valid when "as identity" is selected
v0.2.28
added ability to deselect AS IDENTITY checkbox property when it should be disabled
v0.2.27
added dependency for storage logging option
v0.2.26
removed default ORGANIZATION HEAP LOGGING from DDL if not explicitly activated