ArangoDB-NET
ArangoDB-NET copied to clipboard
Fixed "type" sent as string instead of integer when creating collections
"Type" was being sent as a string ("Document"/"Edge") instead of integers ("2"/"3") when a collection is created. This caused collections to always be created as document collections. I picked this up because the "Should_create_edge_collection" unit test and a number of EdgeOperationTests were failing.