ArangoDB-Community / arangodb-tinkerpop-provider

An implementation of the Tinkerpop OLTP Provider for ArangoDB
Apache License 2.0
84 stars 16 forks source link

ArangoDB elements should allow their revision to be changed #50

Closed arcanefoam closed 5 years ago

arcanefoam commented 5 years ago

Changing the properties of an element causes an update in the DB and ideally this should create a new instance of the element with the updated revision. Since the Tinkerpop API is not designed for this, we need to allow the revision information to be updated.

arcanefoam commented 5 years ago

The AQL/Graph operations that update elements have been modified to update the revision