Releases: hackolade/Synapse
v0.2.30
v0.2.29
added configurable SQL script hooks for injecting snippets before or after CREATE SCHEMA, TABLE, and VIEW statements
v0.2.28
Updated lodash plus other applicable libraries
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