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

Unexcepted Behavior: Collection created using a class derived from Collection don't use name #171

Closed Alexsaphir closed 4 years ago

Alexsaphir commented 4 years ago

When creating a collection using name_collection and class_name, the name used is the value of class_name. Checking if a name is supplied and use it in this case could be implemented. Can submit a PR if you're interested.