Skip to content

Releases: hackolade/Oracle

v0.2.25

21 Dec 08:42
Compare
Choose a tag to compare

added commenting/filtering of DDL when schema is flagged as inactive, disabled AS IDENTITY property when a column already has the flag enabled

v0.2.24

20 Dec 18:48
8f4c95b
Compare
Choose a tag to compare

added commenting/filtering of DDL when schema is flagged as inactive

v0.2.23

18 Dec 19:52
3470b68
Compare
Choose a tag to compare

added a warning badge in the Properties Pane if an index does not have a name when required, disabled AS IDENTITY property when a column already has the flag enabled

v0.2.22

13 Dec 19:45
6996562
Compare
Choose a tag to compare

added support for GENERATED ALWAYS AS expression, in addition to existing identity

v0.2.21

06 Dec 19:27
1d2b5fa
Compare
Choose a tag to compare

added schema name before index name in CREATE INDEX script

added possibility to export composite primary keys and unique keys to Excel

16 Nov 11:35
c54d8f6
Compare
Choose a tag to compare

added possibility to export composite primary keys and unique keys to Excel

Adjusted COMMENT ON statements for Materialized Views in DDL Script tab

01 Nov 17:09
03c2647
Compare
Choose a tag to compare

Adjusted COMMENT ON statements for Materialized Views in DDL Script tab

added escaping of quotes in DDL comments forward-engineering

29 Oct 13:23
b71561a
Compare
Choose a tag to compare

added escaping of quotes in DDL comments forward-engineering

added logic so unique key and primary key constraints are mutually exclusive

04 Oct 14:52
52807af
Compare
Choose a tag to compare

added logic so unique key and primary key constraints are mutually exclusive

added filtering of sequences and synonyms that are not used by the tables or views being reverse-engineered, added support for ON NULL clause for column default value

27 Sep 17:59
a45f532
Compare
Choose a tag to compare

added filtering of sequences and synonyms that are not used by the tables or views being reverse-engineered, added support for ON NULL clause for column default value