jadell / neo4jphp

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

Handle null properties #28

Closed jadell closed 13 years ago

jadell commented 13 years ago

Setting a property on an entity to null should have the same the same effect as removeProperty : https://github.com/neo4j/community/issues/115

Still return null from the client when getting the property, but make sure the property is removed from the entity persistence.