Releases: hackolade/SQLServer
v0.2.31
v0.2.30
added support for reverse-engineering of Microsoft Fabric, including of Entra ID auth methods
v0.2.29
added a technical name property with support for naming conventions
v0.2.28
improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key
v0.2.27
removed extraneous space in comment formatting of DDL forward-engineering, added possibility for views to be based on another view (not just on a table)
v0.2.26
added adapter when DB version is downgraded from 2025, converting JSON into nvarchar with hasMaxLength:true
v0.2.25
display attribute data type "json" in ERD
v0.2.24
added support for v2025, including native JSON data type; added automatic generation of FK constraint name if none is specified by user
v0.2.23
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.22
moved system and connection logging from each plugin and consolidated into core application