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

uaraven / omg
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: feature/bytecode2
DEFAULT BRANCH: master
Repo Added 02 Aug 2019 02:01AM UTC
Files 197
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

LAST BUILD ON BRANCH feature/subfields
branch: feature/subfields
CHANGE BRANCH
x
Reset
  • feature/subfields
  • 0.1.4
  • 0.1.5
  • 0.1.6
  • beta1
  • beta2
  • bugfix/too-strict-typing
  • feature/LongComparison
  • feature/benchmark
  • feature/bytecode2
  • feature/comparable
  • feature/docs-and-renames
  • feature/in-collection
  • feature/in-support
  • feature/json-conditions
  • feature/json-parsing
  • feature/license
  • feature/methods-interfaces
  • feature/multiple-classess-with-the-same-name
  • feature/not-operator
  • feature/object-comparison
  • feature/omql-match
  • feature/optional-where
  • feature/remove-json
  • feature/security-whitelist
  • feature/sql
  • feature/sql-objects-as-strings-and-enums
  • feature/strict-typed-queries
  • feature/typed-sql
  • features/immutables
  • master
  • v0.1.3-spring

pending completion
125

Pull #44

travis-ci

web-flow
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?
Pull Request #44: Feature/subfields

49 of 49 new or added lines in 2 files covered. (100.0%)

1628 of 1762 relevant lines covered (92.4%)

0.92 hits per line

Relevant lines Covered
Build:
Build:
1762 RELEVANT LINES 1628 COVERED LINES
0.92 HITS PER LINE
Source Files on feature/subfields
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
125 feature/subfields 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 properti... Pull #44 05 Oct 2019 11:32PM UTC web-flow travis-ci pending completion  
124 feature/subfields 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 properti... push 05 Oct 2019 11:31PM UTC uaraven travis-ci pending completion  
See All Builds (150)
  • Repo on GitHub
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