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

CreateEdge fails when custom key has period in the string

Open r4dev opened this issue 5 years ago • 3 comments

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.

r4dev avatar Jun 04 '19 15:06 r4dev

please note that _key and _from and _to have to be strings.

dothebart avatar Jun 04 '19 15:06 dothebart

They are strings

r4dev avatar Jun 04 '19 15:06 r4dev

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.

wedrowycz avatar Jun 12 '19 12:06 wedrowycz