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.

bradenmacdonald
Node Link
since ‎09-30-2020
‎11-10-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

Hi everyone, I'm curious how people approach writing test suites for applications that use Neo4j, in particular how to keep the tests isolated from each other, while still keeping test performance fast? For background, I came to Neo4j from web develo...
Hi, I'm getting an error with the following query, and I don't understand why. Is it a bug? // Get all movies that rdj acted in, including the franchise of each movie MATCH (person:Person {shortId: "rdj"}) OPTIONAL MATCH _path1 = (person)-[_rel1:ACT...
I'm trying to figure out if there's any way that I can access the data about what nodes/relationships have been modified in the current transaction so far, then run some application validation code based on that data, and then decide whether to commi...
Kudos from