espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

update_vertex deletes existing data #137

Open ghost opened 10 years ago

ghost commented 10 years ago

Noticed that update_vertex replaces all existing key:value pairs on the vertex with the updated information you provide i.e. update_vertex is deleting existing data then adding the new data. Is the the correct behavior? Should the function not append the new data to the vertex rather than deleting the existing?