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

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

Build:
Build:
LAST BUILD BRANCH: update-node-neo4j-test-versions
DEFAULT BRANCH: master
Repo Added 09 Nov 2017 10:20AM UTC
Files 35
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 remove-set-deprecated-behaviour
branch: remove-set-deprecated-behaviour
CHANGE BRANCH
x
Reset
  • remove-set-deprecated-behaviour
  • accept-regex-in-where
  • add-override-to-set-values
  • add-raw-template-tag
  • automatic-changelog
  • build-using-rollup
  • change-delete-default-behaviour
  • create-merge-clause
  • create-query-first-method
  • create-remove-clause
  • create-stream-method
  • develop
  • enable-sudo-in-travis
  • expand-accepted-where-conditions
  • expand-connection-options
  • fix-code-style
  • fix-documentation
  • fix-gh-actions-deploy
  • fix-lodash-externals
  • fix-missing-build-step
  • fix-missing-coveralls-data
  • fix-override-set-option-documentation
  • fix-promise-types
  • fix-rollup-generated-imports
  • fix-set-limit-type-signature
  • fix-set-merge-with-primitives
  • fix-term-list-clause-nested-dictionaries
  • fix-where-between-error
  • fix-where-clause-side-effects
  • fix/bloated-package
  • gh-actions
  • greenkeeper/@semantic-release/git-7.0.14
  • greenkeeper/@semantic-release/git-7.0.15
  • greenkeeper/@semantic-release/git-7.0.16
  • greenkeeper/@types/lodash-4.14.135
  • greenkeeper/@types/lodash-4.14.136
  • greenkeeper/@types/node-12.0.11
  • greenkeeper/@types/node-12.0.12
  • greenkeeper/@types/node-12.6.0
  • greenkeeper/@types/node-12.6.1
  • greenkeeper/initial
  • greenkeeper/monorepo.babel7-20190704132520
  • greenkeeper/monorepo.babel7-20190704205919
  • greenkeeper/monorepo.babel7-20190704205935
  • greenkeeper/monorepo.babel7-20190704205953
  • greenkeeper/monorepo.babel7-20190704210015
  • greenkeeper/monorepo.babel7-20190706082134
  • greenkeeper/monorepo.babel7-20190708200138
  • greenkeeper/monorepo.babel7-20190709152622
  • greenkeeper/monorepo.babel7-20190709192312
  • greenkeeper/rollup-1.16.3
  • greenkeeper/rollup-1.16.4
  • greenkeeper/rollup-1.16.5
  • greenkeeper/rollup-1.16.6
  • greenkeeper/rollup-1.16.7
  • greenkeeper/semantic-release-15.13.18
  • import-missing-exported-types
  • improve-docker-setup
  • improve-transformer
  • make-error-handling-consistent
  • make-where-op-abstract
  • master
  • new-order-by-constraint-style
  • only-inline-whole-variables
  • order-by
  • order-by-direction-case-insensitive
  • patreon-link
  • peer-to-dev-dependencies
  • raw-clause
  • relation-labels
  • remove-duplicate-tests
  • remove-old-scripts
  • remove-rxjs-peer-dep
  • remove-where-side-effects
  • run-builds-on-prs
  • strict-typescript
  • support-arrays-in-transformer
  • support-plugable-promise-observable
  • transformer-uplift
  • update-dependencies
  • update-node-neo4j-test-versions
  • update-npm-token
  • use-neo4j-integer-for-skip-limit
  • use-parameters-in-skip-limit
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v2.0.0
  • v3.0.0
  • v3.0.1
  • v3.1.0
  • v3.2.0
  • v3.3.1
  • v3.4.0
  • v3.4.1
  • v4
  • v6

pending completion
309

push

travis-ci

jamesfer
fix(Set): replace override option with merge

The override option has now been replaced with the merge option to be more consistent with cypher.
The merge option is just the opposite of the override option. Setting to true will cause the `+=`
operator to be used in the query.

This also affects the default behaviour of the Set class and all `.set*` family functions. There
was previously an inconsistency between the Set class and the set methods on the builder interface
in regards to whether to use the `=` or `+=` operator by default which has now been normalized to
always use `=`. This means that the new merge option will always default to false.

BREAKING CHANGE: The default behaviour of the Set clause has changed to use the `=` operator.
This is to be more consistent with cypher.

332 of 403 branches covered (82.38%)

811 of 830 relevant lines covered (97.71%)

23.45 hits per line

Relevant lines Covered
Build:
Build:
830 RELEVANT LINES 811 COVERED LINES
23.45 HITS PER LINE
Source Files on remove-set-deprecated-behaviour
  • List 0
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
309 remove-set-deprecated-behaviour fix(Set): replace override option with merge The override option has now been replaced with the merge option to be more consistent with cypher. The merge option is just the opposite of the override option. Setting to true will cause the `+=` oper... push 05 Jun 2019 10:50PM UTC jamesfer travis-ci pending completion  
300 remove-set-deprecated-behaviour Fix typo in test push 04 Jun 2019 10:49PM UTC jamesfer travis-ci pending completion  
See All Builds (284)
  • 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

© 2025 Coveralls, Inc