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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/docs/nokogiri-1.10.4
DEFAULT BRANCH: master
Ran 27 Mar 2019 10:00PM UTC
Jobs 3
Files 80
Run time 33s
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
322

push

travis-ci-com

B4nan
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]`

493 of 493 branches covered (100.0%)

Branch coverage included in aggregate %.

1937 of 1937 relevant lines covered (100.0%)

1087.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 322.1 27 Mar 2019 10:01PM UTC 0
100.0
Travis Job 322.1
2 322.2 27 Mar 2019 10:00PM UTC 0
100.0
Travis Job 322.2
3 322.3 27 Mar 2019 10:00PM UTC 0
100.0
Travis Job 322.3
Source Files on build 322
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #322
  • 9858914b on github
  • Next Build on query-expressions (#324)
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