Thursday, November 09, 2017

Neo4j Browser: Expected Entity ID to Be an Integral Value

DZone Database Zone
Neo4j Browser: Expected Entity ID to Be an Integral Value
Neo4j Browser: Expected Entity ID to Be an Integral Value

I came across an interesting error while writing a Cypher query that used parameters in the Neo4j browser which I thought I should document for future me.

We'll start with a graph that has 1,000 people:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...