Releases: hackolade/SQLServer
Releases · hackolade/SQLServer
added option to forward-engineer .sql in separate file per database or per table, plus added ability to convert auto-increment into identity for Polyglot
0.1.60 added option to forward-engineer .sql in separate file per database o…
added support for deriving auto-increment from Polyglot
0.1.59 added support for deriving auto-increment from Polyglot
added support for comments in forward- and reverse-engineering, leveraging sp_addextendedproperty syntax
0.1.58 added support for comments in forward- and reverse-engineering, lever…
inline/out-of-line primary/unique keys enhancements
0.1.57 inline/out-of-line primary/unique keys enhancements
fix error with log on undefined
0.1.56 fix error with log on undefined
allow self-signed certificates for any of auth methods
0.1.55 allow self-signed certificates for any of auth methods
Apply to instance: fix connection with external browser for MFA
0.1.54 Apply to instance: fix connection with external browser for MFA
test connection: fix logger. Fix MFA test connection.
0.1.53 test connection: fix logger. Fix MFA test connection.
Removed "Azure Active Directory Integrated" option from connection settings modal
0.1.52 Removed "Azure Active Directory Integrated" option from connection se…
allowed creation of Foreign Relationships referencing columns that are non-PK as long as they have a UNIQUE constraint
0.1.51 allowed creation of Foreign Relationships referencing columns that ar…