neo4j-core 5.1.0.rc.1 → 5.1.0.rc.2
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 -1
- data/lib/neo4j-core/version.rb +1 -1
- data/lib/neo4j-server/cypher_session.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41f3fc5fea5c0aef1a205b0f19690efe9d267781
|
|
4
|
+
data.tar.gz: 58f21cc9a370027a4af58026f2804d37cc2a4f6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bd0f1769abb8d8c24a61a454480f14511b1ee5a215d59f350e06e8eb85f0523e7f568d3db672e2458fa5e184a6834652e4b335296cc903aa432f58893e40758
|
|
7
|
+
data.tar.gz: 7024dc58bcffbf0f698ee95a82ca61d2fde9fed34e41b66caeffe5572b4980462e7d2562b3276cd4ec27f77f2a7f4af4592191241b6e7b0a65112d1c2e238af5
|
data/lib/neo4j-core/query.rb
CHANGED
data/lib/neo4j-core/version.rb
CHANGED
|
@@ -208,8 +208,6 @@ module Neo4j
|
|
|
208
208
|
query, params = query_and_params(query, params)
|
|
209
209
|
|
|
210
210
|
curr_tx = Neo4j::Transaction.current
|
|
211
|
-
puts options[:pretty_cypher]
|
|
212
|
-
puts
|
|
213
211
|
ActiveSupport::Notifications.instrument('neo4j.cypher_query', params: params, context: options[:context],
|
|
214
212
|
cypher: query, pretty_cypher: options[:pretty_cypher]) do
|
|
215
213
|
if curr_tx
|