Releases: hackolade/Oracle
Releases · hackolade/Oracle
added support for creation and handling of sequences, plus DDL forward- and reverse-engineering of sequences from DDL
added support for creation and handling of sequences, plus DDL forward- and reverse-engineering of sequences from DDL
added IF NOT EXISTS property for indexes, with dynamic SQL forward-engineering for versions prior to 23c and static SQL with 23c and after; added reverse-engineering of IF NOT EXISTS in DDLs from 23C and above; added ALTER script for indexes
added IF NOT EXISTS property for indexes, with dynamic SQL forward-engineering for versions prior to 23c and static SQL with 23c and after; added reverse-engineering of IF NOT EXISTS in DDLs from 23C and above; added ALTER script for indexes
Added "If not exists" property for indexes
Added "If not exists" property for indexes
added support for function-based indexes, for reverse-engineering of hash-partitioned tables, plus composite partitions with LIST subpartitions, removed case-sensitivity on inline constraints
0.1.38 added support for function-based indexes, for reverse-engineering of …
added possibility to define cross-schema views
0.1.37 added possibility to define cross-schema views
removed viewOn property for non-duality views
0.1.36 removed viewOn property for non-duality views
added import of out-of-line column comments in DDL files
0.1.35 added import of out-of-line column comments in DDL files
added ability to compare and merge 23c duality views
0.1.34 added ability to compare and merge 23c duality views
adjusted condition for table subpartitions to appear and added Subpartitions description property
0.1.33 adjusted condition for table subpartitions to appear and added Subpar…
added support for partition by range with interval
0.1.32 added support for partition by range with interval