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

skeema / tengo / 54
88%
main: 94%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.10.3
DEFAULT BRANCH: main
Ran 13 Jul 2018 05:58AM UTC
Jobs 1
Files 12
Run time 1s
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

pending completion
54

push

travis-ci

evanelias
Fix sort order for foreign keys, especially re: underscores

SHOW CREATE TABLE shows foreign keys sorted by name, which Go La Tengo attempts
to reproduce when performing schema introspection. However, a BINARY sort order
is needed to correctly match the order in SHOW CREATE TABLE. In particular,
underscores need to be sorted as they are in ascii (after uppercase chars but
before lowercase chars), rather than as they are in non-binary MySQL collations
(after all chars regardless of case).

This commit also has TengoIntegrationSuite.TestInstanceSchemaIntrospection() now
confirm that foreign keys are in the correct order, by virtue of adding several
foreign keys to a fixture table that trigger the previous bug condition.

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

1755 of 2002 relevant lines covered (87.66%)

104.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 54.1 13 Jul 2018 05:58AM UTC 0
87.66
Travis Job 54.1
Source Files on build 54
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #54
  • 7776645a on github
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

© 2025 Coveralls, Inc