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.

Jiropole
Graph Voyager
since ‎08-26-2018
‎06-01-2022

User Statistics

  • 120 Posts
  • 6 Solutions
  • 23 Kudos given
  • 29 Kudos received

User Activity

On MacOS/latest, Safari/latest (plus going back in time 4 years). This problem has always plagued me, yet does not seem to be a mentioned problem. Basically, I have many instances of Neo4j 3.4.x and 3.5, local and cloud, and the issue happens with al...
Neo4j 3.4.5, 3.4.9 We have a plugin that perform tasks like "cascade" deletion, where it deletes outgoing relationship endNodes that have no other parents. It also fetches subgraphs using a similar "downstream" pattern. In one cypher query, I call bo...
spring-boot-starter-data-neo4j v2.1.5.RELEASE I'm having an issue that only occurs when running tests. It seems that none of the standard numeric value converters are available while running tests, resulting in errors like No converter found capable ...
So, just upgrading from 3.4.x to 3.5.6. I had to rebuild our plugin, as it depends newer versions of other plugins. No other changes. Yet, I am getting the odd error: It is not allowed to define functions in the root namespace please use a namespace,...
I'm having an odd issue where line-break characters in strings are converted to the \n string when copying properties between nodes. The code for copying properties is basically lifted from APOC: private <T extends PropertyContainer> T copyProperties...