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

skeema / skeema / 16662373279
92%

Build:
DEFAULT BRANCH: main
Ran 31 Jul 2025 11:44PM 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

31 Jul 2025 11:35PM UTC coverage: 93.119% (+0.003%) from 93.116%
16662373279

push

github

evanelias
sql files: auto-ignore CREATE TABLE with wrong delimiter

If a .sql file contains a DELIMITER command which sets a non-default (non-
semicolon) delimiter, and then contains a CREATE TABLE statement ending in a
semicolon, that CREATE TABLE is now automatically ignored, along with any
other statements prior to the correct DELIMITER string. This form of typo
could otherwise cause unexpected results when executed in a workspace with
multi-statements enabled.

When a CREATE TABLE is ignored in this fashion, a warning is logged in the
same fashion as other auto-ignored types of CREATE TABLE (e.g. system-
versioned tables, CREATE ... SELECT statements).

Although Skeema does not yet use multi-statements as of this commit, a
subsequent commit will optionally make use of them to reduce workspace round-
trips in high-latency scenarios. This functionality will only ever be used
for tables, since tables do not permit compound statements (BEGIN...END
blocks) and therefore have no valid need for non-default delimiters in the
first place.

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

10636 of 11422 relevant lines covered (93.12%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16662373279.1 31 Jul 2025 11:44PM UTC 80
93.12
GitHub Action Run
Source Files on build 16662373279
  • Tree
  • List 80
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f0f2c1a0 on github
  • Prev Build on main (#16662106542)
  • Next Build on main (#16789023696)
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