Skip to content

Releases: hackolade/Oracle

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

v0.2.28

14 Jan 17:47
ac6cc1e
Compare
Choose a tag to compare

added ability to deselect AS IDENTITY checkbox property when it should be disabled

v0.2.27

03 Jan 17:24
1e00e48
Compare
Choose a tag to compare

added dependency for storage logging option

v0.2.26

02 Jan 18:19
Compare
Choose a tag to compare

removed default ORGANIZATION HEAP LOGGING from DDL if not explicitly activated

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