activegraph 12.0.0.beta.2 → 12.0.0.beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55f646d350a7e6e2f28ad04a287d3d2ef61628316e66597cb9564c1701b04835
4
- data.tar.gz: bc2308c17db0f2af70fa33a9bd7793cf2dae160a9a92388c842e46a92eb19972
3
+ metadata.gz: dcca80e7662a51145b62901d8961bfd00509f95b0e021302c0b208335208ed5d
4
+ data.tar.gz: 20dd453152587b1484d6cee33a241cad19634bcec13abb3ce14d46240f903ca7
5
5
  SHA512:
6
- metadata.gz: 0b99de518944d2e2135054264cd2b6934dc12c75bfb7f26ea2f0406c76c145149f7bf054b7e22f35e808fce9bfbddecafd17256b3329dcd81306cd22f60505b5
7
- data.tar.gz: b95519d5f1aace3a542881318d59d1872015e97b15555e9a567bcb4c7036c7d4e64c9e2105c7c6043daf68b24e57a9099f57935d9b480d41e87ba919b9230c5d
6
+ metadata.gz: c0070f359fb4744896c0f87cc074797ffd52b7cd7cb9a9bf178208a48550aafb038e918336b98a39e688495e322341c408712f91dcc0d85530df4a5b0e74e070
7
+ data.tar.gz: 62dbe6f2792e7f71a5be534025273eb954d5a107b0aab3f090807ca6d72c40bbcf035da6f71fac858d99059361c500e55234b323201c3f293828fa9e34da00da
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## Code Status
4
4
 
5
5
  [![Actively Maintained](https://img.shields.io/badge/Maintenance%20Level-Actively%20Maintained-green.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
6
- [![Build Status](https://secure.travis-ci.org/neo4jrb/neo4j.svg?branch=master)](http://travis-ci.org/neo4jrb/neo4j)
6
+ [![Build Status](https://github.com/neo4jrb/activegraph/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/neo4jrb/activegraph/actions)
7
7
  [![Coverage Status](https://coveralls.io/repos/neo4jrb/neo4j/badge.svg?branch=master)](https://coveralls.io/r/neo4jrb/neo4j?branch=master)
8
8
  [![Code Climate](https://codeclimate.com/github/neo4jrb/neo4j.svg)](https://codeclimate.com/github/neo4jrb/neo4j)
9
9
 
@@ -11,7 +11,7 @@
11
11
 
12
12
  ### Documentation
13
13
 
14
- All new documentation will be done via our [readthedocs](http://neo4jrb.readthedocs.org) site, though some old documentation has yet to be moved from our [wiki](https://github.com/neo4jrb/neo4j/wiki)
14
+ All new documentation will be done via our [readthedocs](http://neo4jrb.readthedocs.org) site, though some old documentation has yet to be moved from our [wiki](https://github.com/neo4jrb/neo4j/wiki)
15
15
 
16
16
  ### Contact Us
17
17
 
@@ -47,20 +47,20 @@ Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here]
47
47
 
48
48
  | **Neo4j Version** | v2.x | v3.x | >= v4.x | >= 7.0.3 | activegraph 10 | activegraph 11.1 |
49
49
  |-------------------|------|-------|---------|----------|------------------|------------------|
50
- | 1.9.x | Yes | No | No | No | No | No
51
- | 2.0.x | No | Yes | No | No | No | No
52
- | 2.1.x | No | Yes | Yes * | Yes | No | No
53
- | 2.2.x | No | No | Yes | Yes | No | No
54
- | 2.3.x | No | No | Yes | Yes | No | No
55
- | 3.0, 3.1, 3.3 | No | No | No | Yes | No | No
56
- | 3.4 | No | No | No | Yes | Yes | No
57
- | 3.5 | No | No | No | Yes | Yes | Yes
58
- | 4.0 | No | No | No | No | Yes | Yes
59
- | 4.1 | No | No | No | No | No | Yes
60
- | 4.2 | No | No | No | No | No | Yes
61
- | 4.3 | No | No | No | No | No | Yes
62
- | 4.4 | No | No | No | No | No | Yes
63
- | 5.x | No | No | No | No | No | Yes
50
+ | 1.9.x | Yes | No | No | No | No | No |
51
+ | 2.0.x | No | Yes | No | No | No | No |
52
+ | 2.1.x | No | Yes | Yes * | Yes | No | No |
53
+ | 2.2.x | No | No | Yes | Yes | No | No |
54
+ | 2.3.x | No | No | Yes | Yes | No | No |
55
+ | 3.0, 3.1, 3.3 | No | No | No | Yes | No | No |
56
+ | 3.4 | No | No | No | Yes | Yes | No |
57
+ | 3.5 | No | No | No | Yes | Yes | Yes |
58
+ | 4.0 | No | No | No | No | Yes | Yes |
59
+ | 4.1 | No | No | No | No | No | Yes |
60
+ | 4.2 | No | No | No | No | No | Yes |
61
+ | 4.3 | No | No | No | No | No | Yes |
62
+ | 4.4 | No | No | No | No | No | Yes |
63
+ | 5.x | No | No | No | No | No | Yes |
64
64
 
65
65
  `*` Neo4j.rb >= 4.x doesn't support Neo4j versions before 2.1.5. To use 2.1.x you should upgrade to a version >= 2.1.5
66
66
 
@@ -68,7 +68,7 @@ Neo4j.rb v4.1.0 was released in January of 2015. Its changes are outlined [here]
68
68
 
69
69
  | **Neo4j Feature** | v2.x | v3.x | >= v4.x | >= 8.x | >= activegraph 10.0 |
70
70
  |----------------------------|--------|------|---------|--------|---------------------|
71
- | Bolt Protocol | No | No | No | Yes | Yes |
71
+ | Bolt Protocol | No | No | No | Yes | Yes |
72
72
  | Auth | No | No | Yes | Yes | Yes |
73
73
  | Remote Cypher | Yes | Yes | Yes | Yes | No |
74
74
  | Transactions | Yes | Yes | Yes | Yes | Yes |
@@ -15,7 +15,7 @@ module ActiveGraph::Relationship
15
15
  # Loads the relationship using its neo_id.
16
16
  def find_by_id(key)
17
17
  query = ActiveGraph::Base.new_query
18
- result = query.match('()-[r]-()').where("r.#{id_property_name}" => key).limit(1).return(:r).first
18
+ result = query.match("()-[r:`#{mapped_element_name}`]-()").where("r.#{id_property_name}" => key).limit(1).return(:r).first
19
19
  result&.send(:[], :r)
20
20
  end
21
21
 
@@ -1,3 +1,3 @@
1
1
  module ActiveGraph
2
- VERSION = '12.0.0.beta.2'
2
+ VERSION = '12.0.0.beta.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.0.0.beta.2
4
+ version: 12.0.0.beta.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Ronge, Brian Underwood, Chris Grigg, Heinrich Klobuczek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-01 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement