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

skeema / skeema / 17112649332
92%

Build:
DEFAULT BRANCH: main
Ran 20 Aug 2025 11:24PM UTC
Jobs 1
Files 80
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

20 Aug 2025 11:14PM UTC coverage: 92.941% (-0.02%) from 92.957%
17112649332

push

github

evanelias
lower_case_table_names=2: workaround for recent MariaDB change

When the database server uses lower_case_table_names=2, MariaDB 10.11+
releases from May 2025 onwards seem to have odd behavior with column
information_schema.routines.routine_schema: mixed-case schema names always
come back downcased now, and WHERE clauses on this column only match downcased
schema names as well. This breaks Skeema's introspection of routines in this
very specific situation.

As a workaround, we force a case-insensitive comparison during introspection
of routines if using lower_case_table_names=2 in MariaDB 10.11.13+.

This introspection change is harmless for unaffected MariaDB versions, so no
need to target specific point releases beyond gating the minimum 10.11
affected. But for sake of completeness, the affected versions are:
* MariaDB 10.11: 10.11.13+
* MariaDB 11.4:  11.4.7+
* All GA releases of MariaDB 11.8 and beyond (e.g. 12.0, ...)

The MariaDB change is almost certainly related to MDEV-14432, but the exact
cause is not yet clear. I will file a new MariaDB bug within the next couple
weeks when time permits.

13 of 15 new or added lines in 2 files covered. (86.67%)

10810 of 11631 relevant lines covered (92.94%)

1.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
94.05
-0.51% internal/tengo/routine.go
Jobs
ID Job ID Ran Files Coverage
1 17112649332.1 20 Aug 2025 11:24PM UTC 80
92.94
GitHub Action Run
Source Files on build 17112649332
  • Tree
  • List 80
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f623e3cd on github
  • Prev Build on main (#17013975384)
  • Next Build on main (#17138766507)
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