Releases: hackolade/MariaDB
v0.2.21
v0.2.20
introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets
v0.2.19
added a technical name property with support for naming conventions
v0.2.18
improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key
v0.2.17
added possibility for views to be based on another view (not just on a table)
v0.2.16
enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false; added support for v11.x
v0.2.15
added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where char or nchar has MAX length
v0.2.14
added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where varchar or varbinary has MAX length
v0.2.13
added ASC sort option to index DDL if specifically selected instead of default, removed KEY index type from list of available options
v0.2.12
added commenting/filtering of DDL when schema is flagged as inactive