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

mikro-orm / mikro-orm / 1054 / 4
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 4.x
DEFAULT BRANCH: master
Ran 17 Oct 2019 08:22AM UTC
Files 100
Run time 12s
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

17 Oct 2019 08:15AM UTC coverage: 100.0%. Remained the same
1054.4

push

travis-ci-com

web-flow
feat(core): use composite PK in many to many relations (#204)

Previously it was required to have autoincrement primary key for m:n pivot tables. Now this
has changed. By default, only foreign columns are required and composite key over both of them
is used as primary key.

BREAKING CHANGE:
M:N collection items no longer have fixed order by default. To preserve stable order of collections,
you can force previous behaviour by defining the m:n property as `fixedOrder: true`, which will start
ordering by `id` column. You can also override the order column name via `fixedOrderColumn: 'order'`.

You can also specify default ordering via `orderBy: { ... }` attribute.

Closes #121

2168 of 2168 branches covered (100.0%)

Branch coverage included in aggregate %.

3747 of 3747 relevant lines covered (100.0%)

1134.89 hits per line

Source Files on job 1054.4
  • Tree
  • List 0
  • Changed 59
  • Source Changed 16
  • Coverage Changed 59
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 312
  • Travis Job 1054.4
  • e73bbdb4 on github
  • Prev Job for on dev (#1045.3)
  • Next Job for on dev (#1056.4)
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