Releases: hackolade/Synapse
v0.2.26
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)
v0.2.18
moved system and connection logging from each plugin and consolidated into core application
v0.2.17
enabled forward-engineering of models properties schema.yml files