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

B4nan / mikro-orm / 323
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/docs/nokogiri-1.10.4
DEFAULT BRANCH: master
Ran 27 Mar 2019 10:25PM UTC
Jobs 4
Files 80
Run time 117min
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
323

Pull #28

travis-ci-com

web-flow
feat(query-builder): add support for custom query expressions

Now it is possible to use custom expressions in where conditions:

`const book = await orm.em.findOne(Book, { 'JSON_CONTAINS(meta, ?)': [{ items: 1 }, true] });`

which will result in following query:

`SELECT `e0`.* FROM `book` AS `e0` WHERE JSON_CONTAINS(`e0`.`meta`, ?) = ?` with params `['{"items":1}', true]`
Pull Request #28: feat(query-builder): add support for custom query expressions

521 of 521 branches covered (100.0%)

Branch coverage included in aggregate %.

27 of 27 new or added lines in 5 files covered. (100.0%)

1889 of 1889 relevant lines covered (100.0%)

1442.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 323.1 28 Mar 2019 12:23AM UTC 0
100.0
Travis Job 323.1
2 323.2 27 Mar 2019 10:25PM UTC 0
100.0
Travis Job 323.2
3 323.3 27 Mar 2019 10:40PM UTC 0
100.0
Travis Job 323.3
4 323.4 27 Mar 2019 11:37PM UTC 0
100.0
Travis Job 323.4
Source Files on build 323
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #323
  • Pull Request #28
  • PR Base - master (#321)
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