neo4j-core 6.0.0 → 6.0.1
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 +4 -4
- data/lib/neo4j-core/query.rb +1 -0
- data/lib/neo4j-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd1d6ba3b0b7755db583aa51c4f07fe15644b830
|
|
4
|
+
data.tar.gz: 28762ff5d6ed8589e01db34c01aabea4bcaac525
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1949a038cf490c4fc8e40f6254ea897a602295d27a1ec7507fba95501192e9a24b1ce972ab9c07c66b410baa23a2274c0da30ae1e88be51c28299fc9519090aa
|
|
7
|
+
data.tar.gz: ad8b725b6ef57f2a2f692eb3f0baae81a215b0de815ea0961dfde9350e24d169b854f9b99617f7796698093bd3a954572bf6b12ac64f1a0f0a4570b657ee3ea6
|
data/lib/neo4j-core/query.rb
CHANGED
|
@@ -465,6 +465,7 @@ module Neo4j
|
|
|
465
465
|
def clause_is_order_or_limit_directly_following_with_or_order?(clause)
|
|
466
466
|
self.class.clause_is_order_or_limit?(clause) &&
|
|
467
467
|
@partitioning[-2] &&
|
|
468
|
+
@partitioning[-1].empty? &&
|
|
468
469
|
(@partitioning[-2].last.is_a?(::Neo4j::Core::QueryClauses::WithClause) ||
|
|
469
470
|
@partitioning[-2].last.is_a?(::Neo4j::Core::QueryClauses::OrderClause))
|
|
470
471
|
end
|
data/lib/neo4j-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neo4j-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andreas Ronge, Chris Grigg, Brian Underwood
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|