Skip to content

Releases: hackolade/DeltaLake

v0.2.32

01 Aug 20:44
ee38b91
Compare
Choose a tag to compare

added possibility for views to be based on another view (not just on a table); added support for CLUSTER BY keyword in reverse-engineering

v0.2.31

18 Jul 17:09
672dce6
Compare
Choose a tag to compare

adjusted encoding of dots and spaces in FK relationship names in DDL forward-engineering; added PK constraints in separate statements as part of script generation configuration

v0.2.30

11 Jul 17:18
5971b40
Compare
Choose a tag to compare

resolved schema name on using the ALTER Schema COMMENT

v0.2.29

11 Jul 12:33
113e7a6
Compare
Choose a tag to compare

enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false; added tolerance for special characters and formats in Unity Catalog tags; placed NOT NULL constraints in ALTER statements before PK constraints; applied script generation options also to views and schema comments

v0.2.28

27 Jun 17:27
d883d87
Compare
Choose a tag to compare

introduced flexibility in script generation for controlling constraints in CREATE scripts

v0.2.27

06 Jun 17:12
9c756a4
Compare
Choose a tag to compare

added timezone_ntz data type in Runtime 15 and up

v0.2.26

30 May 17:10
3374bff
Compare
Choose a tag to compare

added handling for NaN (Not a Number) when applying bulk test data to instance

v0.2.25

23 May 17:26
43e7e02
Compare
Choose a tag to compare

increased reliability of bulk test data generation on Windows when temporary file in removed during the process of applying to instance

v0.2.24

23 May 09:20
4711d9d
Compare
Choose a tag to compare

enhanced IPv6 compatibility in URL parsing

v0.2.23

09 May 13:42
ff7dcaa
Compare
Choose a tag to compare
HCK-10922: expose RE from instance API in the browser (#262)