Some time ago I asked about deleting vertices with associated edges. The answer was that the edges don't deleted automatically by AQL when vertices are deleted.
I use Arango java driver for working with ArangoDB.
My questions are:
When graph consistency will be implemented in ArangoDB java driver and edges will be deleted automatically by AQL when vertices are deleted?
Is it planned?
Thank you in advance!