Skip to content

Releases: hackolade/MySQL

v0.2.25

24 Apr 17:01
63bc1f0

Choose a tag to compare

enabled dbt model- and column-level properties, custom properties, and automatic schema-level properties; added support for ON DELETE and ON UPDATE properties of foreign key constraints; added support for combined DEFAULT and ON UPDATE for timestamp fields; enhanced reverse-engineering to automatically include collation in column definitions when missing

v0.2.24

17 Apr 17:16
993018a

Choose a tag to compare

improved handling of default values and data type mapping for nullable timestamps

v0.2.23

03 Apr 12:52

Choose a tag to compare

updated lodash library

v0.2.22

03 Mar 09:46

Choose a tag to compare

Update libraries and sdks

v0.2.21

27 Feb 18:49
f084314

Choose a tag to compare

added configurable SQL script hooks for injecting snippets before or after CREATE SCHEMA, TABLE, and VIEW statements

v0.2.20

07 Feb 08:34

Choose a tag to compare

Updated lodash plus other applicable libraries

v0.2.19

19 Dec 17:34
3f878de

Choose a tag to compare

introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets

v0.2.18

15 Aug 06:06
872ac3a

Choose a tag to compare

added possibility for views to be based on another view (not just on a table)

v0.2.17

19 Jul 17:41

Choose a tag to compare

enhanced JSON Schema forward-engineering to only expose additionalProperties property when its value is false; added support for v9.x

v0.2.16

04 Apr 16:32
7becff4

Choose a tag to compare

added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where char or nchar has MAX length