• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

skeema / skeema / 27163603012
92%

Build:
DEFAULT BRANCH: main
Ran 08 Jun 2026 08:07PM UTC
Jobs 1
Files 81
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Jun 2026 07:59PM UTC coverage: 92.491%. Remained the same
27163603012

push

github

evanelias
MariaDB 12.3 support

This commit marks MariaDB 12.3 as a supported DB flavor. MariaDB 12.3 is the
latest LTS server version series, which became generally available on May 28.

Three changes in MariaDB 12.3 are related to schema management, but only the
first two are supported in Skeema at this time:

* MDEV-37261: New column type XMLTYPE for storing XML data. Now fully
  supported in this commit. In terms of diff safety checks when modifying the
  type of an existing column, XMLTYPE behaves identically to LONGTEXT.

* MDEV-9826: PARTITION BY [LINEAR] KEY new ALGORITHM clause values. Fully
  supported already, via the same logic that handles MySQL's ALGORITHM clause
  in these partitioning types.

* MDEV-34391: SET PATH command allowing proc/func/package invocations to
  have a default search path of one or more other schemas, instead of the
  current one. This setting affects creation of procs, funcs, triggers, and
  views (but not events yet, see MDEV-39929) and is "remembered" at creation-
  time similar to sql_mode. However, the server does not currently expose it
  in SHOW CREATE nor information_schema, so there is no possible way for
  Skeema to properly introspect or diff it. (The same limitation actually
  also affects mariadb-dump; see MDEV-39930). If/when the MariaDB server
  provides the ability to query an object's creation-time PATH, a future
  version of Skeema may add support for this setting. But there are also
  some inherent complexities with the cross-schema-lookup nature of this
  feature impacting the single-schema-at-a-time workspace model currently
  used in Skeema v1.

1 of 1 new or added line in 1 file covered. (100.0%)

10962 of 11852 relevant lines covered (92.49%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27163603012.1 08 Jun 2026 08:07PM UTC 81
92.49
GitHub Action Run
Source Files on build 27163603012
  • Tree
  • List 81
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 53b75d10 on github
  • Prev Build on main (#26603204115)
  • Next Build on main (#27662623471)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc