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

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

Build:
Build:
LAST BUILD BRANCH: 4.x
DEFAULT BRANCH: master
Ran 17 Oct 2019 08:19AM UTC
Jobs 5
Files 400
Run time 3min
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
1054

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

8672 of 8672 branches covered (100.0%)

Branch coverage included in aggregate %.

14988 of 14988 relevant lines covered (100.0%)

5674.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1054.1 17 Oct 2019 08:19AM UTC 0
100.0
Travis Job 1054.1
2 1054.2 17 Oct 2019 08:19AM UTC 0
100.0
Travis Job 1054.2
3 1054.3 17 Oct 2019 08:20AM UTC 0
100.0
Travis Job 1054.3
4 1054.4 17 Oct 2019 08:22AM UTC 0
100.0
Travis Job 1054.4
5 1054.5 17 Oct 2019 08:22AM UTC 0
100.0
Travis Job 1054.5
Source Files on build 1054
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1054
  • e73bbdb4 on github
  • Prev Build on dev (#1045)
  • Next Build on dev (#1056)
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