cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

igorclark
Node Clone
since ‎09-01-2018
‎06-01-2022

User Statistics

  • 21 Posts
  • 0 Solutions
  • 3 Kudos given
  • 5 Kudos received

User Activity

Hi folks, I often pass in lists of data dictionaries in parameters and UNWIND them in the query to MERGE or CREATE nodes based on provided information. When I try to do it with two sets of data as separate parameters, if both are filled out with data...
Hi folks, When I try to use apoc.temporal.format inside an OPTIONAL MATCH clause which returns no nodes, I get a Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke function 'apoc.temporal.format': Caused by: java.lang.NullPointerExceptio...
Hi, I always struggle to query/model things like this effectively: match (a:A)-[:REL1]->(b:B) where b.prop in range ( x, y ) and not ( (a)-[:REL2]->(c:C) where c.start < $val < c.end ) I know that construct/syntax isn't valid, but is there a...
Hi all, I'm working on updating from 3.1.x to 3.4.7 and preparing for 4.0. Quite a lot of work. It seems also that the browser no longer works just over HTTPS, I can no longer find the "don't use Bolt" option. We have quite a lot of infrastructure in...
Hi there, moving a conversation over from my 'intro' mail! Hello from Igor Clark No, we will maintain the /db/transactin/commit* endpoint for transactional cypher. the other one is not streaming. Which is what all non-bolt drivers should use. Ca...