neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Revert "Issue 1543 fix variable length relationship deprecation in cypher" #1552

Closed klobuczek closed 5 years ago

klobuczek commented 5 years ago

Reverts neo4jrb/neo4j#1544

codecov-io commented 5 years ago

Codecov Report

Merging #1552 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1552      +/-   ##
==========================================
- Coverage   93.22%   93.21%   -0.01%     
==========================================
  Files         105      105              
  Lines        4756     4749       -7     
==========================================
- Hits         4434     4427       -7     
  Misses        322      322
Impacted Files Coverage Δ
.../neo4j/active_node/query/query_proxy_enumerable.rb 97.95% <100%> (-0.09%) :arrow_down:
lib/neo4j/active_node/query/query_proxy_methods.rb 96.5% <100%> (ø) :arrow_up:
lib/neo4j/active_node/query/query_proxy.rb 94.4% <100%> (-0.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bf8bb0d...6e187fe. Read the comment docs.