jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

In Neo4j 2.x first node has id 0 and neo4jphp throws exception on setting labels on this node #111

Closed farscape closed 10 years ago

farscape commented 10 years ago

if (!$nodeId) { throw new \InvalidArgumentException("Cannot set labels on an unsaved node"); }

in Everyman / Neo4j / Command / SetLabels.php

jadell commented 10 years ago

Closed by #114