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

mikro-orm / mikro-orm / 968 / 5
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: 4.x
DEFAULT BRANCH: master
Ran 11 Oct 2019 10:00PM UTC
Files 100
Run time 7s
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

11 Oct 2019 09:43PM UTC coverage: 100.0%. Remained the same
968.5

push

travis-ci-com

B4nan
feat(core): propagate nested where and orderBy when populating

Now nested conditions like `{ foo: { bar: { name: '...' } } }` will be propagated when populating entities via `populate: ['foo.bar']`,
so the query loading Bar entity will get `{ name: '...' }'` as condition. Same applies for orderBy.

Because of this it is needed to group results by id. To overcome `only_full_group_by` mode, joined fields are automatically added to the
group by clause. This works only for queries made from entity manager, but one can enable it in query builder manually via
`qb.setFlag(QueryFlag.AUTO_GROUP_BY)`.

Also allows setting default ordering of m:n collections.

Closes #195

2116 of 2116 branches covered (100.0%)

Branch coverage included in aggregate %.

3683 of 3683 relevant lines covered (100.0%)

1082.0 hits per line

Source Files on job 968.5
  • Tree
  • List 0
  • Changed 35
  • Source Changed 12
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 237
  • Travis Job 968.5
  • 226af1c0 on github
  • Prev Job for on dev (#965.4)
  • Next Job for on dev (#969.3)
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