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

skeema / skeema / 15597412458 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2025 10:57PM UTC
Files 79
Run time 288min
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

11 Jun 2025 10:36PM UTC coverage: 93.177%. Remained the same
15597412458.1

push

github

evanelias
MariaDB 11.8 support

This commit marks MariaDB 11.8 as a supported DB flavor. This is MariaDB's
latest LTS series, which had its GA release on 4 June 2025. It is expected to
be supported until June 2030 per MariaDB EOL policies (LTS = 5 years), however
their documentation currently states June 2028, likely as a typo.

Two changes relate to schema management, although both are currently absent
on summary documentation page https://mariadb.com/kb/en/what-is-mariadb-118/
as well as absent from corresponding CREATE syntax document pages.

* MDEV-10862: Parameters for stored procs and funcs can now have default
  values. This works as-is in Skeema without any code changes.

* MDEV-34551: Triggers on UPDATE can now be defined to only fire if specific
  column(s) are affected by the UDPATE. This requires special handling in
  Skeema Premium Edition, particularly since this new feature is not exposed
  anywhere in information_schema, so it must be parsed from SHOW CREATE
  TRIGGER.

This is essentially just a bookkeeping commit to bump the max supported
MariaDB version. The trigger change does not affect Skeema Community Edition
(which does not support triggers), so all integration tests already pass
against MariaDB 11.8 without any functionality changes.

10501 of 11270 relevant lines covered (93.18%)

1.11 hits per line

Source Files on job 15597412458.1
  • Tree
  • List 79
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15597412458
  • a3790a18 on github
  • Prev Job for on main (#15478269041.1)
  • Next Job for on main (#15645784553.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