Releases: hackolade/Db2
v0.2.17
v0.2.16
added commenting/filtering of DDL when schema is flagged as inactive
v0.2.15
added a warning badge in the Properties Pane if an index does not have a name when required
v0.2.14
added schema name before index name in CREATE INDEX script
added possibility to export composite primary keys and unique keys to Excel
added possibility to export composite primary keys and unique keys to Excel
added escaping of quotes in DDL comments forward-engineering
added escaping of quotes in DDL comments forward-engineering
added logic so unique key and primary key constraints are mutually exclusive
added logic so unique key and primary key constraints are mutually exclusive
added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key
added possibility for a foreign key relationship to reference a parent column with a (composite) unique key constraint, even if it is not a primary key
added commenting of trailing comma if last attribute is deactivated, added automatically mark of PK as Not Null
added commenting of trailing comma if last attribute is deactivated, added automatically mark of PK as Not Null
added commenting of deactivated columns in forward-engineering of views
added commenting of deactivated columns in forward-engineering of views