MariaDB support

19th December, 2017
Applies to: Dataedo 5.x versions, Article available also for: 10.x (current), 9.x, 8.x, 7.x, 6.x
You are looking at documentation for an older release.
Switch to the documentation for Dataedo 10.x (current).

Supported MariaDB databases

MariaDB Server 5.1, 5.2, 5.3, 5.5, 10.0, 10.1

MariaDB Columnstore is currently not supported

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

MariaDB Columnstore is currently not supported

Found issue with this article? Comment below
0
There are no comments. Click here to write the first comment.