ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

Delete does not occur if deleted value is a dict #128

Closed omerzohar closed 5 years ago

omerzohar commented 5 years ago

Reason is the value is not deleted from self.subStores, and therefore gets overrided.

See diff

dothebart commented 5 years ago

Hi, can you re-pull from master so travis can re-run with the now changed docker configuration? TIA.

tariqdaouda commented 5 years ago

Hey, has this one been merged elsewhere?

dothebart commented 5 years ago

as above, I was asking to re-upll latest, so travis would re-run.

dothebart commented 5 years ago

superseeded by https://github.com/ArangoDB-Community/pyArango/pull/154