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

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

Build:
Build:
LAST BUILD BRANCH: 4.x
DEFAULT BRANCH: master
Ran 11 Oct 2019 09:54PM UTC
Jobs 5
Files 400
Run time 5min
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
968

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

8464 of 8464 branches covered (100.0%)

Branch coverage included in aggregate %.

14732 of 14732 relevant lines covered (100.0%)

5410.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 968.1 11 Oct 2019 09:54PM UTC 0
100.0
Travis Job 968.1
2 968.2 11 Oct 2019 09:57PM UTC 0
100.0
Travis Job 968.2
3 968.3 11 Oct 2019 09:57PM UTC 0
100.0
Travis Job 968.3
4 968.4 11 Oct 2019 09:57PM UTC 0
100.0
Travis Job 968.4
5 968.5 11 Oct 2019 10:00PM UTC 0
100.0
Travis Job 968.5
Source Files on build 968
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #968
  • 226af1c0 on github
  • Prev Build on dev (#965)
  • Next Build on dev (#969)
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