Azure Database for MySQL support

Applies to: Dataedo 23.x (current) versions, Article available also for: 10.x

Supported versions

TBD

Supported schema elements and metadata

Dataedo reads following metadata from MySQL databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
      • Generated column formula
    • Primary keys
      • Columns
    • Unique indexes
      • Column
    • Foreign keys
      • Columns
    • Triggers
      • When triggered
      • Script
  • Views
    • Columns (see tables)
    • Script
  • Procedures
    • Script
    • Parameters (not available on MySQL 5.1)
  • Functions
    • Script
    • Parameters (not available on MySQL 5.1)
    • Returned value (not available on MySQL 5.1)

Comments

Dataedo reads MySQL comments from following objects:

  • Tables
    • Columns
    • Primary keys
    • Unique indexes
  • Views
    • Columns
  • Procedures
  • Functions

Dataedo does not write comments back to MySQL.

Limitations

Following schema/metadata elements currently are not supported:

  • Check constraints (vote)
  • Non unique indexes (vote)
  • Dependencies - are not presented by MySQL

Connection:

  • SSL connection is currently not supported
Found issue with this article? Comment below
Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.