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

skeema / skeema / 19685364893 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 25 Nov 2025 10:05PM UTC
Files 81
Run time 5s
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

25 Nov 2025 09:45PM UTC coverage: 92.898%. Remained the same
19685364893.1

push

github

evanelias
MariaDB 12.1 support

This commit marks MariaDB 12.1 as a supported DB flavor. This is MariaDB's
Q4 rolling release, which became GA one week ago (18 Nov 2025).

Two changes in MariaDB 12.1 are relevant to Skeema, although neither require
any application code changes here:

* MDEV-28933: Foreign key constraint naming is now per-table, rather than per-
  schema. In other words, two tables in the same schema can now have a foreign
  key constraint with the same name. This is potentially beneficial for online
  schema change tools, which typically mangle any FK names when creating their
  shadow tables. Even with this change, Skeema will continue to ignore name-
  only differences in foreign keys by default, since FK names are purely
  cosmetic; this behavior can be overridden with --exact-match if desired.

* MDEV-9804: MariaDB now ships with an auth plugin providing compatibility
  with MySQL's caching_sha2_password. I can confirm this appears to be fully
  compatible and the go-sql-driver/mysql package operates correctly with it.
  Skeema Premium integration testing has been augmented to cover use of the
  server-public-key-path option for MariaDB 12.1; this functionality works
  correctly even though the `mariadb` command-line client does not provide an
  equivalent option to this behavior from the `mysql` command-line client.

10857 of 11687 relevant lines covered (92.9%)

1.11 hits per line

Source Files on job 19685364893.1
  • Tree
  • List 81
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19685364893
  • 3354825a on github
  • Prev Job for on main (#19555138869.1)
  • Next Job for on main (#19873041670.1)
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