Skip to content

Releases: hackolade/SQLServer

v0.2.31

18 Oct 11:15
1e5aee7

Choose a tag to compare

improved application of script generation options in ALTER script

v0.2.30

15 Oct 15:30
69045ee

Choose a tag to compare

added support for reverse-engineering of Microsoft Fabric, including of Entra ID auth methods

v0.2.29

12 Sep 15:58
a54fb5a

Choose a tag to compare

added a technical name property with support for naming conventions

v0.2.28

29 Aug 10:52
d954b28

Choose a tag to compare

improved generation of ALTER script in forward-engineering when an attribute is added or removed to a composite key

v0.2.27

15 Aug 06:07
34c3474

Choose a tag to compare

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

12 Aug 11:03
650e1f9

Choose a tag to compare

added adapter when DB version is downgraded from 2025, converting JSON into nvarchar with hasMaxLength:true

v0.2.25

08 Aug 16:38
15bf04e

Choose a tag to compare

display attribute data type "json" in ERD

v0.2.24

01 Aug 20:50

Choose a tag to compare

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

25 Jul 17:12
22a3288

Choose a tag to compare

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

23 May 09:22
a3c544b

Choose a tag to compare

moved system and connection logging from each plugin and consolidated into core application