Skip to content

Releases: hackolade/Oracle

v0.2.46

19 Dec 17:34
0d1cc68

Choose a tag to compare

introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets

v0.2.45

11 Dec 16:17
fdf6d90

Choose a tag to compare

corrected return type of view alter scripts function

v0.2.44

05 Dec 16:35
5854cff

Choose a tag to compare

added support in ALTER scripts for removal of primary and unique key constraints, removal of comments, and updating properties of datetime attributes

v0.2.43

14 Nov 21:32
2a551b3

Choose a tag to compare

prevented changes in target model after conversion when dependent on Polyglot, improve RE from instance to identify 26ai

v0.2.42

18 Oct 11:12
5d780ae

Choose a tag to compare

added version 26ai, added support for renaming entities and entities in ALTER script,  improved application of script generation options in ALTER script

v0.2.41

10 Oct 16:24
c59b1d5

Choose a tag to compare

added fallback query to fetch table columns meta information without SELECT permission

v0.2.40

12 Sep 15:58
f9067a4

Choose a tag to compare

added a technical name property with support for naming conventions

v0.2.39

05 Sep 17:20
f3f0a21

Choose a tag to compare

introduced flexibility in script generation for controlling constraints in CREATE scripts (3 choices: “In CREATE statement”, “In separate statement” or “Ignore”), controllable from Tools > Options > Forward-Engineering parameters, plus from forward-engineering lower tab and via Tools > Forward-Engineer menu

v0.2.38

29 Aug 16:57
8322d4e

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

Choose a tag to compare

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