ArangoDB-NET
ArangoDB-NET copied to clipboard
CreateEdge fails when custom key has period in the string
I am using custom keys in my documents and these have periods in them. The documentation for ArangoDB states that this is valid format for keys. In fact ArangoDB-NET will allow me to create documents with these keys but will fail to create edges using these keys saying the key is invalid format. If I remove the periods then it works.
please note that _key
and _from
and _to
have to be strings.
They are strings
I am using custom keys in my documents and these have periods in them. The documentation for ArangoDB states that this is valid format for keys. In fact ArangoDB-NET will allow me to create documents with these keys but will fail to create edges using these keys saying the key is invalid format. If I remove the periods then it works.
Please provide some examples that fails. Also it may be that documentation you read is not fresh... Or escape these periods.