Releases: hackolade/SQLServer
Releases · hackolade/SQLServer
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…
do not stop RE process if system time info could not be retrieved and added logging server information
0.1.50 do not stop RE process if system time info could not be retrieved and…
enable infer PKs and FKs
0.1.49 enable infer PKs and FKs
adjusted mapping of data types when deriving from Polyglot to convert string sizes greater than 8000 to (n)varchar(MAX)
0.1.48 adjusted mapping of data types when deriving from Polyglot to convert…
added support for MATCH, ON UPDATE, and ON DELETE for FK relationships; also allowed use of named instance in connection host parameter
also allowed use of named instance in connection host parameter
adjusted conversion of sample and default properties when deriving from Polyglot Boolean into bit, plus adjusted mapping when deriving timestamp from Polyglot to Datetime2
0.1.46 adjusted conversion of sample and default properties when deriving fr…
added apply to instance
0.1.45 added apply to instance
Added "Apply to instance" button and PK enforcement
0.1.44 Added "Apply to instance" button and PK enforcement
adjusted FE of indexes from delta model
0.1.43 adjusted FE of indexes from delta model
FE from delta model: fixed FE of view select statement
0.1.42 FE from delta model: fixed FE of view select statement