2.0.6 (MySQL Component)

    Download
  • fixed

    MySQL - the creation of a BIT column was unexpectedly failing when no size was defined, because an incorrect syntax was used


  • 2.0.5 (MySQL Component)

    Download
  • added

    MySQL Product - add a dedicated drop index mask to generate indexes using the MySQL specific syntax

  • added

    Template - New template "Load Xml to MySQL (with LOAD)"


  • 2.0.4 (MySQL Component)

    Download
  • added

    MySQL Metadata - add json datatype

  • added

    Template - Load File to MySql - new parameter "Create Load Indexes"

  • added

    Template - Load Rdbms to MySQL (with LOAD) - new parameter "Create Load Indexes"

  • fixed

    Template - LOAD Rdbms to MySQL (with LOAD) - generated file names may unexpectedly contain object delimiters

  • fixed

    Template - Reject MySQL - delimiter incorrectly generated on index names

  • fixed

    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

  • fixed

    Template - Reject MySQL - when "delete from checked table" parameter is used, deleted rows should be conditioned to the current session id


  • 2.0.3 (MySQL Component)

    Download
  • added

    Templates updated - New Parameters 'Unlock Cdc Table' and 'Lock Cdc Table' to configure the behaviour of CDC tables locking

  • added

    Templates updated - New parameter 'Cdc Subscriber' on Templates on which it was not handled yet

  • fixed

    Add missing BINARY, JSON, TINYTEXT, VARBINARY datatypes and fix creation mask for YEAR and BIT datatypes

  • fixed

    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)

  • fixed

    Templates updated - The 'Cdc Subscriber' parameter was ignored in some Templates when querying the source data

  • fixed

    Templates updated - The 'Cdc Subscriber' parameter was ignored in some Templates on Lock / Unlock CDC steps


  • 2.0.2 (MySQL Component)

    Download
  • added

    MySQL Component - update module definition to propose more accurate driver and urls

  • fixed

    MySQL Component - addition of missing datatype "MEDIUMTEXT"