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

skeema / skeema / 5686626424
92%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2023 12:12AM UTC
Jobs 1
Files 73
Run time 2s
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

27 Jul 2023 11:42PM UTC coverage: 93.222% (+0.02%) from 93.202%
5686626424

push

github

evanelias
diff/push: add new option lax-column-order

This commit adds the ability to ignore differences in column ordering when
using `skeema diff` or `skeema push`. This behavior is controlled by new
option lax-column-order, which isn't enabled by default. When enabled, MODIFY
COLUMN clauses are suppressed whenever the only difference in the column is
the column's ordering within the table.

This option is intended for use in situations where some environments have
different column ordering, caused by historical reasons / technical debt.

This option does not affect MODIFY COLUMN clauses when the diff contains
additional changes to the column besides just the ordering. In this situation,
the entire MODIFY COLUMN clause (including the FIRST or AFTER part) is still
generated as-is. In other words, even with lax-column-order enabled, columns
will still be re-ordered if some other aspect of the column is also being
modified at the same time.

This option does not affect ADD COLUMN clauses. Any FIRST or AFTER portion of
an ADD COLUMN clause will still be present. In other words, ordering for new
columns is still respected.

Closes #178.

10 of 10 new or added lines in 3 files covered. (100.0%)

9201 of 9870 relevant lines covered (93.22%)

1.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5686626424.1 28 Jul 2023 12:12AM UTC 0
93.22
GitHub Action Run
Source Files on build 5686626424
Detailed source file information is not available for this build.
  • Back to Repo
  • c6de4312 on github
  • Prev Build on main (#5662526119)
  • Next Build on main (#5720234941)
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