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

jamesfer / cypher-query-builder / 916 / 3
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: update-node-neo4j-test-versions
DEFAULT BRANCH: master
Ran 12 Dec 2020 06:15AM UTC
Files 36
Run time 1s
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

12 Dec 2020 05:11AM UTC coverage: 97.701%. First build
NEO4J_VERSION=3.5

push

travis-ci

jamesfer
fix(termlist): fix handling of nested dictionaries

The documentation described the behaviour of `with` and `return` when given a nested set of
dictionaries:
```javascript
query.with({
  people: {
    name: 'personName',
    age: 'personAge',
  },
});
// WITH people.name AS personName, people.age AS personAge
```

However the types forbade this. If using Javascript, no error was returned, however the
result was very different to the documentation. It now behaves as documentated.

If you are using Typescript this is not a breaking change as the types would have
prevented you from using the faulty behaviour.

If you as using Javascript then there is a chance that this will change the behaviour
of your code but it is unlikely and the other behaviour is a bug.

fixes #137

355 of 427 branches covered (83.14%)

850 of 870 relevant lines covered (97.7%)

24.86 hits per line

Source Files on job 916.3 (NEO4J_VERSION=3.5)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 274
  • Travis Job 916.3
  • 93a5cd42 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