ArangoDB-NET icon indicating copy to clipboard operation
ArangoDB-NET copied to clipboard

Fixed "type" sent as string instead of integer when creating collections

Open chrolivier opened this issue 7 years ago • 0 comments

"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.

chrolivier avatar Feb 12 '18 17:02 chrolivier