Releases: hackolade/Synapse
v0.2.28
v0.2.27
added resolution of model definition references in DDL forward-engineering through hydration of objects
v0.2.26
introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets
v0.2.25
removed extraneous -- used for commenting
v0.2.24
introduced flexibility in script generation for controlling constraints in CREATE scripts (3 choices: "In CREATE statement", "In separate statement" or "Ignore"), controllable from Tools > Options > Forward-Engineering parameters, plus from forward-engineering lower tab and via Tools > Forward-Engineer menu
v0.2.23
added support for reverse-engineering of Microsoft Fabric, including of Entra ID auth methods
v0.2.22
enhanced reverse-engineering to tolerate missing square brackets in partitioning statements; adapted connection screen to replace AAD (Azure Active Directory) by Azure Entra ID, plus replaced Axios with proxy fetch library
v0.2.21
enabled the selection of a column as both an index column and a distribution column
v0.2.20
improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key
v0.2.19
removed redundant ASC keyword in generated script, added possibility for views to be based on another view (not just on a table)