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

uaraven / omg / 126
92%

Build:
DEFAULT BRANCH: master
Ran 05 Oct 2019 11:37PM UTC
Jobs 1
Files 157
Run time 13s
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
126

push

travis-ci

web-flow
Feature/subfields (#44)

* Add subfield support for basic operations.

SELECT no longer accepts list of fields, only '*' is allowed.
This is just a POC, subfields has to be handled differently, probably
before any other processing.

* Add support for referencing fields of object properties

Added support for syntax like

  lastName.length > 10
  friends.firstName in ("Ann", "Annie", "Anne")
  address.city ~= 'New.*'

I cheated and instead of properly following chain of properties, I
just cut everything before first dot rewrite condition as OMQL query
IN (SELECT...) and compile that query, basically
`address.city ~= 'New.*'`  gets rewritten as
```
address IN (SELECT * FROM Address WHERE city ~= 'New.*'`
```
Well, this library is my pet project and I can do whatever I want, right?

1628 of 1762 relevant lines covered (92.4%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 126.1 05 Oct 2019 11:37PM UTC 0
92.4
Travis Job 126.1
Source Files on build 126
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #126
  • 341bc57e on github
  • Prev Build on master (#122)
  • Next Build on master (#127)
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