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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/docs/nokogiri-1.10.4
DEFAULT BRANCH: master
Ran 28 Mar 2019 01:34AM UTC
Jobs 4
Files 80
Run time 37min
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
325

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

495 of 495 branches covered (100.0%)

Branch coverage included in aggregate %.

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

1939 of 1939 relevant lines covered (100.0%)

1449.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 325.1 28 Mar 2019 01:34AM UTC 0
100.0
Travis Job 325.1
2 325.2 28 Mar 2019 01:49AM UTC 0
100.0
Travis Job 325.2
3 325.3 28 Mar 2019 01:51AM UTC 0
100.0
Travis Job 325.3
4 325.4 28 Mar 2019 02:11AM UTC 0
100.0
Travis Job 325.4
Source Files on build 325
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #325
  • 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