lphuberdeau / Neo4j-PHP-OGM

A doctrine2 style library to access neo4j graphs
156 stars 45 forks source link

Duplicate Nodes on ID 0 #78

Closed Deltachaos closed 10 years ago

Deltachaos commented 10 years ago

The first Node created in Neo4j 2.0.2 gets the Id 0. So the checks for an existing entity or an new entity fails if we dont check exactly for null.

lphuberdeau commented 10 years ago

Seems like a follow-up to a previous issue by @frne