ArangoDB-Community / arangodb-tinkerpop-provider

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

ArangoDBGraphVariables need a reference/field to the owner graph #47

Closed arcanefoam closed 5 years ago

arcanefoam commented 5 years ago

Currently, graph variables are stored as ArangoDBGraphVariables (Arango document) in a collection. However, there is no check/validation or reference to what graph are the variables linked too. This information should be traced as a field and verified in the RUD methods.

arcanefoam commented 5 years ago

This is now provided by using the graph's name as the graph variables document key.