Releases: hackolade/Oracle
v0.2.46
v0.2.45
corrected return type of view alter scripts function
v0.2.44
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
prevented changes in target model after conversion when dependent on Polyglot, improve RE from instance to identify 26ai
v0.2.42
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
added fallback query to fetch table columns meta information without SELECT permission
v0.2.40
added a technical name property with support for naming conventions
v0.2.39
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
fixed double index statement in generation of ALTER script in case of new composite key
v0.2.37
added possibility for views to be based on another view (not just on a table)