Skip to content

Releases: hackolade/Oracle

v0.2.38

29 Aug 16:57
8322d4e
Compare
Choose a tag to compare

fixed double index statement in generation of ALTER script in case of new composite key

v0.2.37

15 Aug 06:06
de1176b
Compare
Choose a tag to compare

added possibility for views to be based on another view (not just on a table)

v0.2.36

23 May 09:22
5041f3e
Compare
Choose a tag to compare

moved system and connection logging from each plugin and consolidated into core application

v0.2.35

18 Apr 16:57
91efd68
Compare
Choose a tag to compare

added support for Alternate Keys

v0.2.34

04 Apr 16:32
c331f8b
Compare
Choose a tag to compare

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

28 Mar 18:49
ad8530d
Compare
Choose a tag to compare

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

07 Mar 15:33
ebe1b4f
Compare
Choose a tag to compare

dbt: enabled forward-engineering of models properties schema.yml files

v0.2.31

14 Feb 18:26
e0173f1
Compare
Choose a tag to compare

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

31 Jan 17:00
a1f84cf
Compare
Choose a tag to compare

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

16 Jan 17:28
cf63b6d
Compare
Choose a tag to compare

column DDL statement is not valid when "as identity" is selected