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.

clem
Graph Steward

I had some cypher code that created new properties in existing nodes. It did not create new nodes or relationships.

After running my query, I got the msg "(no changes, no records)." which is misleading as I did create a number of new properties. I was surprised and thought maybe my query had failed.

Perhaps "no changes" should be replaced by No node/relationships were created or deleted

It would be nice to get a count of properties created. (Maybe even properties changed but I can see that being too much of a performance hit.)

Also I noticed there are "no changes" when I rename a Relationship type.