MySQL Component Release Notes
This page lists the main features added to the MySQL Component.
Change Log
Version 2023.1.0 (MySQL Component)
Feature improvements
-
DI-4673: The Create indexes on Target Table parameter has been added to the INTEGRATION MySql template.
-
DI-5437: Target filters have been added to the INTEGRATION MySQL template.
-
DI-6241: A mask is provided for the default constraint on columns, to match the MySQL syntax.
-
DI-7061: MariaDB - Third-party libraries upgrade.
Version 2.0.2 (MySQL Component)
Version 2.0.3 (MySQL Component)
Feature improvements
-
DI-1910: Templates updated - New parameter 'Cdc Subscriber' on Templates on which it was not handled yet.
-
DI-1909: Templates updated - New Parameters 'Unlock Cdc Table' and 'Lock Cdc Table' to configure the behaviour of CDC tables locking.
Bug fixes
-
DI-2174: Add missing BINARY, JSON, TINYTEXT, VARBINARY datatypes and fix creation mask for YEAR and BIT datatypes.
-
DI-2891: MySQL requires 'auto-increment' columns to be defined as primary key, which was not the case in some situations when creating such columns using creation mask (fix performed in 2.0.1 version was unexpectedly not present in 2.0.2, putting it back).
-
DI-1908: Templates updated - The 'Cdc Subscriber' parameter was ignored in some Templates on Lock / Unlock CDC steps.
-
DI-1907: Templates updated - The 'Cdc Subscriber' parameter was ignored in some Templates when querying the source data.
Version 2.0.4 (MySQL Component)
Feature improvements
-
DI-2545: Template - Load File to MySql - new parameter "Create Load Indexes".
-
DI-2546: Template - Load Rdbms to MySQL (with LOAD) - new parameter "Create Load Indexes".
-
DI-2664: MySQL Metadata - add json datatype.
Bug fixes
-
DI-2653: Template - Reject MySQL - when "delete from checked table" parameter is used, deleted rows should be conditioned to the current session id.
-
DI-2655: Template - Reject MySQL - delimiter incorrectly generated on index names.
-
DI-2662: Template - Reject MySQL - when the "delete rejects from checked table" parameter is used, the generated query should use joins instead of subqueries for performance purposes.
-
DI-2745: Template - LOAD Rdbms to MySQL (with LOAD) - generated file names may unexpectedly contain object delimiters.