Azure Database for MariaDB support

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

Supported versions

Azure Database for MariaDB Server 10.2

Supported schema elements and metadata

Dataedo reads following metadata from MariaDB databases.

  • Tables
    • Columns
      • Data type with length
      • Nullable
      • Default value
    • Primary keys
      • Columns
    • Unique indexes
      • Column
    • Foreign keys
      • Columns
    • Triggers
      • When triggered
      • Script
  • Views
    • Columns (see tables)
    • Script
  • Procedures
    • Script
    • Parameters (may not work on older versions of MariaDB)
  • Functions
    • Script
    • Parameters (may not work on MariaDB 5.1)
    • Returned value (may not work on MariaDB 5.1)

Comments

Dataedo reads MariaDB comments from following objects:

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

Dataedo does not write comments back to MariaDB.

Limitations

Following schema/metadata elements currently are not supported:

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

Connection:

  • SSL connection is not currently 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.